getAudioInfo method

  1. @override
Future<AudioInfo> getAudioInfo(
  1. String path
)
override

Implementation

@override
Future<AudioInfo> getAudioInfo(String path) {
  throw UnsupportedError('File-based operations are not supported on web. Use getAudioInfoBytes instead.');
}