PusherBeamsClient class

Annotations
  • @JS('Client')

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addDeviceInterest(String interest) Future<void>
clearAllState() Future<void>
clearDeviceInterests() Future<void>
getDeviceInterests() Future<List>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onMessageReceivedInTheForeground(String callbackId) Future<void>
removeDeviceInterest(String interest) Future<void>
setDeviceInterests(List<String> interests) Future<void>
setUserId(String userId, TokenProvider provider) Future<void>
start() Future<PusherBeamsClient>
stop() Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited