registration property
BackgroundFetchRegistration
get
registration
Implementation
BackgroundFetchRegistration get registration =>
js_util.getProperty(this, 'registration');
set
registration
(BackgroundFetchRegistration newValue)
Implementation
set registration(BackgroundFetchRegistration newValue) {
js_util.setProperty(this, 'registration', newValue);
}