unsubscribe method Null safety

Future<bool> unsubscribe()

Implementation

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