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