ChatRoomObserver constructor

ChatRoomObserver(
  1. MethodChannel methodChannel,
  2. Map<String, Handler> handlerMap
)

Implementation

ChatRoomObserver(MethodChannel methodChannel, Map<String, Handler> handlerMap) : super(methodChannel, handlerMap);