unregister 方法

Future<bool> unregister()

实现

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