@override Future<int> getStorageUsedSpace() async { final int usedSpace = await methodChannel.invokeMethod('getStorageUsedSpace'); return usedSpace; }