subscribe method

Future<void> subscribe(
  1. String url,
  2. String topic, {
  3. String? auth,
})

Implementation

Future<void> subscribe(String url, String topic, {String? auth}) {
  throw UnimplementedError('subscribe() has not been implemented.');
}