getVoices method

  1. @override
Future<List<String>> getVoices()
override

Implementation

@override
Future<List<String>> getVoices() async {
  return const ['alloy', 'echo', 'fable', 'onyx', 'nova', 'shimmer'];
}