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