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