getCurrentFloorIndex method

Future<int?> getCurrentFloorIndex()

Returns the current floor index or MPFloor.defaultGroundFloorIndex if no MPBuilding is in focus

Implementation

Future<int?> getCurrentFloorIndex() {
  return MapcontrolPlatform.instance.getCurrentFloorIndex();
}