showBuildings method

Future<void> showBuildings(
  1. bool value
)

Implementation

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