subscribe method

Future<String> subscribe()

Implementation

Future<String> subscribe() async {
  throw UnimplementedError('subscribe() has not been implemented.');
}