getAudios method

Future<List<AudioFile>> getAudios()

Get a list of audio files from the device

Implementation

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