unsubscribe method

Future<bool> unsubscribe()

Implementation

Future<bool> unsubscribe() =>
    promiseToFuture<bool>(JS("", "#.unsubscribe()", this));