Dart
dart:isolate
RawReceivePort
close abstract method
close
Dart
dart:isolate
RawReceivePort
close abstract method
RawReceivePort class
Constructors
RawReceivePort
Properties
handler
sendPort
hashCode
runtimeType
Methods
close
noSuchMethod
toString
Operators
operator ==
description
close
method
void
close
(
)
Closes the port.
After a call to this method any incoming message is silently dropped.
Implementation
void close();