FloorSelectedCallback typedef

FloorSelectedCallback = void Function(int sublocationId, String levelId)

Callback invoked when a floor (sublocation) is selected.

Implementation

typedef FloorSelectedCallback = void Function(int sublocationId, String levelId);