unsubscribe 方法

Future<bool> unsubscribe()

实现

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