menu
isolate package
documentation
ports.dart
SingleResponseChannel<R>
result property
result property
dark_mode
light_mode
result
property
Future
<
R
>
get
result
Future completed by the first value sent to
port
.
Implementation
Future<R> get result => _completer.future;
isolate package
documentation
ports
SingleResponseChannel<R>
result property
SingleResponseChannel class