getWaveform method
Implementation
@override
Future<List<double>> getWaveform(String path, int numberOfSamples) {
throw UnsupportedError('File-based operations are not supported on web. Use getWaveformBytes instead.');
}
@override
Future<List<double>> getWaveform(String path, int numberOfSamples) {
throw UnsupportedError('File-based operations are not supported on web. Use getWaveformBytes instead.');
}