Resolves to a Boolean when the current subscription is successfully unsubscribed.
Future<bool> unsubscribe() => promiseToFuture(_callMethod(_delegate, 'unsubscribe', []));