getDuration method

Future<double> getDuration(
  1. String path
)

Get the duration of the audio file in seconds

Implementation

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