unregister method

Future<bool> unregister()

Implementation

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