userMapNotifier property

ValueNotifier<Map<String, String>>? userMapNotifier

the seat user map of the current live audio room.

Implementation

ValueNotifier<Map<String, String>>? get userMapNotifier =>
    private.seatManager?.seatsUserMapNotifier;