queryAllPath method

Future<List<String>> queryAllPath()

Used to return Songs path.

Important:

  • Duplicate path will be ignored.

Platforms:

Android IOS Web
✔️

See more about platforms support

Implementation

Future<List<String>> queryAllPath() async {
  return platform.queryAllPath();
}