queryAudiosFromPath method

Future<List<AudioModel>> queryAudiosFromPath(
  1. String path, {
  2. AudioQueryOptions? options,
})

Implementation

Future<List<AudioModel>> queryAudiosFromPath(String path,
    {AudioQueryOptions? options}) {
  throw UnimplementedError('queryAudiosFromPath() has not been implemented.');
}