PusherChannelsFlutterWeb class

A web implementation of the PusherChannelsFlutter plugin.

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel?
getter/setter pair
pusher Pusher?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

assertChannel(String channelName) → void
assertPusher() → void
handleMethodCall(MethodCall call) Future
init(MethodCall call) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onAuthorizer(Channel channel, AuthorizerOptions options) Authorizer
onConnected(dynamic jsMessage) → void
onDisconnected() → void
onError(dynamic jsError) → void
onMessage(dynamic jsMessage) → void
onStateChange(dynamic jsState) → void
subscribe(MethodCall call) → void
toString() String
A string representation of this object.
inherited
trigger(MethodCall call) → void
unsubscribe(MethodCall call) → void

Operators

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

Static Methods

registerWith(Registrar registrar) → void