CollectionWatcher constructor
CollectionWatcher(})
Implementation
CollectionWatcher(
String collectionName,
this.apiKey, {
this.filters,
String baseURL = 'https://api.cocobase.buzz',
}) : url = '${baseURL.replaceAll(RegExp(r'^http'), 'ws')}/realtime/collections/$collectionName';