first property
Future
get
first
Completes with the first message, mirroring ReceivePort.first.
Implementation
Future<dynamic> get first => _controller.stream.first;
Completes with the first message, mirroring ReceivePort.first.
Future<dynamic> get first => _controller.stream.first;