getWaveform method

Future<List<double>> getWaveform(
  1. String filePath, {
  2. int samples = 100,
})

Implementation

Future<List<double>> getWaveform(String filePath, {int samples = 100}) {
  throw UnimplementedError('getWaveform() has not been implemented.');
}