JsonNetworkerPlugin class final

Inheritance

Constructors

JsonNetworkerPlugin()

Properties

hashCode int
The hash code for this object.
no setterinherited
read Stream<NetworkerPacket>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
write Stream<NetworkerPacket<String>>
no setterinherited

Methods

connect(NetworkerPipe pipe) → void
inherited
decode(String data) FutureOr
override
decodeChannel(String data, Channel channel) FutureOr<(dynamic, Channel)?>
inherited
disconnect(NetworkerPipe pipe) → void
inherited
encode(dynamic data) String
override
encodeChannel(dynamic data, Channel channel) FutureOr<(String, Channel)?>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onMessage(String data, [Channel channel = kAnyChannel]) Future<void>
inherited
sendMessage(dynamic data, [Channel channel = kAnyChannel]) Future<void>
inherited
sendPacket(String data, Channel channel) FutureOr<void>
inherited
toString() String
A string representation of this object.
inherited

Operators

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