setVoice method

Future setVoice(
  1. Map<String, String> voice
)

Future which invokes the platform specific method for setVoice Android, iOS, and macOS supported only

Implementation

Future<dynamic> setVoice(Map<String, String> voice) async =>
    await _channel.invokeMethod('setVoice', voice);