ListenerValue<P> typedef

ListenerValue<P> = void Function(BaiduRTCRoomDelegate type, int event, P? params)

Implementation

typedef ListenerValue<P> = void Function(
    BaiduRTCRoomDelegate type, int event, P? params);