result property

Future<R?> result

Future completed by the first value sent to port. Null is only possible with null timeoutValue and

Implementation

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