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