getIosStoragePermission static method

Future<bool> getIosStoragePermission()

Implementation

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