|
|
@@ -12,10 +12,10 @@ class PlatformUtil {
|
|
|
|
|
|
static bool get isAndroid => Platform.isAndroid;
|
|
|
|
|
|
- static bool get isIOS => Platform.isIOS;
|
|
|
+ // static bool get isIOS => Platform.isIOS;
|
|
|
|
|
|
/// 切换注释,就可以用来测试iOS平台的效果
|
|
|
- // static bool get isIOS => true;
|
|
|
+ static bool get isIOS => true;
|
|
|
|
|
|
static bool get isFuchsia => Platform.isFuchsia;
|
|
|
|