menu
conduit_runtime
runtime
BuildExecutable
send method
send
brightness_4
send
method
Null safety
void
send
(
dynamic
message
)
inherited
Implementation
void send(dynamic message) { _sendPort!.send(message); }
conduit_runtime
runtime
BuildExecutable
send method
BuildExecutable class
Constructors
BuildExecutable
Properties
context
hashCode
message
runtimeType
Methods
execute
instanceOf
log
noSuchMethod
send
toString
Operators
operator ==