getAudioInfo method

Future<AudioInfo> getAudioInfo(
  1. String path
)

Implementation

Future<AudioInfo> getAudioInfo(String path) {
  throw UnimplementedError('getAudioInfo() has not been implemented.');
}