OnLiveStreamChatEventCallback typedef Null safety

OnLiveStreamChatEventCallback = void Function(LiveStreamChatEvent? event)

Implementation

typedef OnLiveStreamChatEventCallback = void Function(
    LiveStreamChatEvent? event);