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