OnFloorUpdateListener typedef

OnFloorUpdateListener = void Function(int floor)

Listener that is invoked when floor selection changes

Implementation

typedef OnFloorUpdateListener = void Function(int floor);