listenTo method

Implementation

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