queryAllPath method
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() {
throw UnimplementedError('queryAllPath() has not been implemented.');
}