awaitSynthCompletion method

Future awaitSynthCompletion(
  1. bool awaitCompletion
)

Future which sets synthesize to file's future to return on completion of the synthesize Android, iOS, and macOS supported only

Implementation

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