static Future<String> get getFreeSpace async { var result = await _channel.invokeMethod('getFreeSpace'); return result.toString(); }