listenTo abstract method

  1. @override
StreamSubscription<ChatDashboardModel?> listenTo(
  1. String documentId,
  2. ChatDashboardChanged changed, {
  3. ChatDashboardErrorHandler? errorHandler,
})
override

Implementation

@override
StreamSubscription<ChatDashboardModel?> listenTo(
    String documentId, ChatDashboardChanged changed,
    {ChatDashboardErrorHandler? errorHandler});