listenTo method
StreamSubscription<HtmlPlatformMediumModel>
listenTo(
- String documentId,
- HtmlPlatformMediumChanged changed, {
- HtmlPlatformMediumErrorHandler? errorHandler,
override
Implementation
@override
StreamSubscription<HtmlPlatformMediumModel> listenTo(
String documentId, HtmlPlatformMediumChanged changed,
{HtmlPlatformMediumErrorHandler? errorHandler}) {
throw UnimplementedError();
}