stopAudio method

Future<void> stopAudio()

Implementation

Future<void> stopAudio() {
  throw UnimplementedError('stopAudio() has not been implemented.');
}