locales method

Future<List> locales()

returns the list of speech locales available on the device.

Implementation

Future<List<dynamic>> locales() {
  throw UnimplementedError('locales() has not been implemented.');
}