waitReady method

Future<bool> waitReady()

Waits the output to be ready.

Implementation

Future<bool> waitReady() => _outputStream.waitReady();