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