first property

Future get first

Completes with the first message, mirroring ReceivePort.first.

Implementation

Future<dynamic> get first => _controller.stream.first;