Future<void> showBuildings(bool value) async { isBuildingEnabled = value; return _channel.invokeMethod('showBuildings', {'isEnable': value}); }