StreamPublishStateCallback typedef
StreamPublishStateCallback =
void Function(String channel, StreamPublishState oldState, StreamPublishState newState, int elapseSinceLastState)
Implementation
typedef StreamPublishStateCallback = void Function(
String channel,
StreamPublishState oldState,
StreamPublishState newState,
int elapseSinceLastState);