unsubscribe method
Implementation
Future<void> unsubscribe() async {
throw UnimplementedError('unsubscribe() has not been implemented.');
}
Future<void> unsubscribe() async {
throw UnimplementedError('unsubscribe() has not been implemented.');
}