getAudios method

Future<List<AudioItemModel>> getAudios()

Implementation

Future<List<AudioItemModel>> getAudios() {
  return AudioQueryPlatform.instance.getSongs();
}