result property

Future<R> result

Future completed by the first value sent to port.

Implementation

Future<R> get result => _completer.future;