menu
yuuna
dictionary
IsolateParams
send method
send
brightness_4
brightness_5
send
method
void
send
(
Object
?
message
)
Send a message through the
sendPort
.
Implementation
void send(Object? message) { sendPort.send(message); }
yuuna
dictionary
IsolateParams
send method
IsolateParams class
Constructors
IsolateParams
Properties
directoryPath
hashCode
runtimeType
sendPort
Methods
noSuchMethod
send
toString
Operators
operator ==