RtmpStreamingEventCallback typedef
RtmpStreamingEventCallback =
void Function(String url, RtmpStreamingEvent eventCode)
Implementation
typedef RtmpStreamingEventCallback = void Function(
String url, RtmpStreamingEvent eventCode);