Dart
dart:html
BackgroundFetchRegistration
abort method
description
abort method
Future
<
bool
>
abort
(
)
Implementation
Future<
bool
> abort() => promiseToFuture<
bool
>(JS(
""
,
"#.abort()"
,
this
));