unSubscribe method

Future<String> unSubscribe()

Implementation

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