@override Future<bool?> requestStoragePermission() async { final status = await _invokeMethod<bool>('requestStoragePermission'); return status; }