getCurrentBuilding method

Future<MPBuilding?> getCurrentBuilding()

Get the currently selected building

Implementation

Future<MPBuilding?> getCurrentBuilding() {
  return MapcontrolPlatform.instance.getCurrentBuilding();
}