PropsBackgroundFetchRegistration extension
Properties
- downloaded → int
-
no setter
- downloadTotal → int
-
no setter
- failureReason → BackgroundFetchFailureReason
-
no setter
- id → String
-
no setter
-
onprogress
↔ EventHandlerNonNull<
Event> ? -
getter/setter pair
- recordsAvailable → bool
-
no setter
- result → BackgroundFetchResult
-
no setter
- uploaded → int
-
no setter
- uploadTotal → int
-
no setter
Methods
-
abort(
) → Future< bool> -
match(
dynamic request, [CacheQueryOptions? options]) → Future< BackgroundFetchRecord> -
matchAll(
[dynamic request, CacheQueryOptions? options]) → Future< Iterable< BackgroundFetchRecord> >