onPublicationLoadStartEvent method

  1. @override
void onPublicationLoadStartEvent(
  1. String channelId
)
override

Implementation

@override
void onPublicationLoadStartEvent(String channelId) {
  _eventManager.dispatchEvent(PublicationLoadStartEvent(publicationId: channelId));
}