get method

Implementation

Future<BackgroundFetchRegistration> get(String id) =>
    js_util.promiseToFuture(js_util.callMethod(this, 'get', [id]));