clearVoice method

Future clearVoice()

Future which resets the platform voice to the default

Implementation

Future<dynamic> clearVoice() async =>
    await _channel.invokeMethod('clearVoice');