getCurrentBuilding method
Get the currently selected building
Implementation
Future<MPBuilding?> getCurrentBuilding() {
return MapcontrolPlatform.instance.getCurrentBuilding();
}
Get the currently selected building
Future<MPBuilding?> getCurrentBuilding() {
return MapcontrolPlatform.instance.getCurrentBuilding();
}