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