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