setupWatchCollection method

Future setupWatchCollection(
  1. String collectionName,
  2. String databaseName, {
  3. List<String>? ids,
  4. bool? asObjectIds,
  5. String? filter,
})

Web-specific

Implementation

Future setupWatchCollection(String collectionName, String databaseName,
    {List<String>? ids, bool? asObjectIds, String? filter}) async {
  throw UnimplementedError(
      'setupWatchCollection() has not been implemented.');
}