@override Future<int?> getFreeSpace() async { return await _channel.invokeMethod<int>('getFreeSpace'); }