listenedCollectionChanged method

Future<void> listenedCollectionChanged(
  1. String collectionId
)

Implementation

Future<void> listenedCollectionChanged(String collectionId) async {
  await onListenedCollectionChanged(collectionId);

  refresh();
}