unsubscribe method

Future<bool> unsubscribe()

Implementation

Future<bool> unsubscribe() =>
    js_util.promiseToFuture(js_util.callMethod(this, 'unsubscribe', []));