video_player
dart:isolate
RawReceivePort
property sendPort
sendPort
class RawReceivePort
Constructors
RawReceivePort
Properties
handler
sendPort
hashCode
runtimeType
Methods
close
noSuchMethod
toString
Operators
operator ==
SendPort
sendPort
Returns a
SendPort
that sends to this raw receive port.
Source
SendPort get sendPort;
property sendPort