static Future<bool> getIosStoragePermission() async { bool result = await _channel.invokeMethod("getIosStoragePermission"); return result; }