unsubscribe method

Future<bool> unsubscribe()

Resolves to a Boolean when the current subscription is successfully unsubscribed.

Implementation

Future<bool> unsubscribe() =>
    promiseToFuture(_callMethod(_delegate, 'unsubscribe', []));