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