m4e_sdk
dart:html
PushSubscription
unsubscribe method
unsubscribe
m4e_sdk
dart:html
PushSubscription
unsubscribe method
PushSubscription class
Properties
endpoint
expirationTime
options
hashCode
runtimeType
Methods
getKey
unsubscribe
noSuchMethod
toString
Operators
operator ==
unsubscribe
method
Future
<
bool
>
unsubscribe
(
)
Implementation
Future<
bool
> unsubscribe() => promiseToFuture<
bool
>(JS(
""
,
"#.unsubscribe()"
,
this
));