awaitSpeakCompletion method

Future awaitSpeakCompletion(
  1. bool awaitCompletion
)

Future which sets speak's future to return on completion of the utterance

Implementation

Future<dynamic> awaitSpeakCompletion(bool awaitCompletion) async =>
    await _channel.invokeMethod('awaitSpeakCompletion', awaitCompletion);