getVoice method

Future<List<String>?> getVoice()

Implementation

Future<List<String>?> getVoice() async {
  throw UnimplementedError('getVoice() has not been implemented');
}