|
|
@@ -70,6 +70,10 @@ class NativeUtil { |
|
|
|
return NativeUtil._invokeChannel('notifyInitSuccess'); |
|
|
|
} |
|
|
|
|
|
|
|
static Future<void> openAppSettings() async { |
|
|
|
return NativeUtil._invokeChannel('openAppSettings'); |
|
|
|
} |
|
|
|
|
|
|
|
// static Future<Map<String, dynamic>> onPagePop(bool isTop) async { |
|
|
|
// NativeUtil._invokeChannel('pageDidPop', |
|
|
|
// params: new Map<String, dynamic>.from({'isTop': isTop})); |
|
|
|