stopAudio method

Future<String> stopAudio()

Implementation

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