setAudioFile method

Future<void> setAudioFile({
  1. String mainPath = '',
  2. String accentedPath = '',
})

Implementation

Future<void> setAudioFile({
  String mainPath = '',
  String accentedPath = '',
}) {
  throw UnimplementedError('setAudioFile() has not been implemented.');
}