Future<BackgroundFetchRegistration> get(String id) => promiseToFuture<BackgroundFetchRegistration>( JS("", "#.get(#)", this, id));