initial
This commit is contained in:
6
lib/utils/platform_utils.dart
Normal file
6
lib/utils/platform_utils.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
import 'dart:io';
|
||||
|
||||
abstract class PlatformUtils {
|
||||
static bool get isDesktop =>
|
||||
Platform.isLinux || Platform.isWindows || Platform.isMacOS;
|
||||
}
|
||||
Reference in New Issue
Block a user