mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
chore: dart 3+
This commit is contained in:
@@ -133,9 +133,7 @@ class AppUpdatePlatformSpecific<T> {
|
||||
return linux;
|
||||
|
||||
/// Not implemented yet.
|
||||
case OS.web:
|
||||
case OS.fuchsia:
|
||||
case OS.unknown:
|
||||
case OS.web || OS.fuchsia || OS.unknown:
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user