StringNetworkerPlugin class final
- Inheritance
-
- Object
- NetworkerPipe<
Uint8List, String> - StringNetworkerPlugin
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
read
→ Stream<
NetworkerPacket< String> > -
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
write
→ Stream<
NetworkerPacket< Uint8List> > -
no setterinherited
Methods
-
connect(
NetworkerPipe< String, dynamic> pipe) → void -
inherited
-
decode(
Uint8List data) → String -
override
-
decodeChannel(
Uint8List data, Channel channel) → (String, Channel)? -
inherited
-
disconnect(
NetworkerPipe< String, dynamic> pipe) → void -
inherited
-
encode(
String data) → Uint8List -
override
-
encodeChannel(
String data, Channel channel) → (Uint8List, Channel)? -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onMessage(
Uint8List data, [Channel channel = kAnyChannel]) → void -
inherited
-
sendMessage(
String data, [Channel channel = kAnyChannel]) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited