unsubscribe method

Future<bool> unsubscribe()

Implementation

Future<bool> unsubscribe() => Future.value(false);