PropsBackgroundFetchRegistration extension

on

Properties

downloaded → int

Available on BackgroundFetchRegistration, provided by the PropsBackgroundFetchRegistration extension

no setter
downloadTotal → int

Available on BackgroundFetchRegistration, provided by the PropsBackgroundFetchRegistration extension

no setter
failureReason → BackgroundFetchFailureReason

Available on BackgroundFetchRegistration, provided by the PropsBackgroundFetchRegistration extension

no setter
id → String

Available on BackgroundFetchRegistration, provided by the PropsBackgroundFetchRegistration extension

no setter
onprogress ↔ EventHandlerNonNull<Event>?

Available on BackgroundFetchRegistration, provided by the PropsBackgroundFetchRegistration extension

getter/setter pair
recordsAvailable → bool

Available on BackgroundFetchRegistration, provided by the PropsBackgroundFetchRegistration extension

no setter
result → BackgroundFetchResult

Available on BackgroundFetchRegistration, provided by the PropsBackgroundFetchRegistration extension

no setter
uploaded → int

Available on BackgroundFetchRegistration, provided by the PropsBackgroundFetchRegistration extension

no setter
uploadTotal → int

Available on BackgroundFetchRegistration, provided by the PropsBackgroundFetchRegistration extension

no setter

Methods

abort() → Future<bool>

Available on BackgroundFetchRegistration, provided by the PropsBackgroundFetchRegistration extension

match(dynamic request, [CacheQueryOptions? options]) → Future<BackgroundFetchRecord>

Available on BackgroundFetchRegistration, provided by the PropsBackgroundFetchRegistration extension

matchAll([dynamic request, CacheQueryOptions? options]) → Future<Iterable<BackgroundFetchRecord>>

Available on BackgroundFetchRegistration, provided by the PropsBackgroundFetchRegistration extension