onFloorUpdate method

void onFloorUpdate(
  1. int floor
)

Implementation

void onFloorUpdate(int floor) {
  print("floor = $floor");
}