getSongs method

Future<List<AudioItemModel>> getSongs()

Implementation

Future<List<AudioItemModel>> getSongs() {
  throw UnimplementedError('platformVersion() has not been implemented.');
}