ScheduledRoomStatusListener<T> typedef

ScheduledRoomStatusListener<T> = void Function(T data, bool incremental)

Implementation

typedef ScheduledRoomStatusListener<T> = void Function(
    T data, bool incremental);