cancelAudio method

Future<bool> cancelAudio()

Implementation

Future<bool> cancelAudio() {
  throw UnimplementedError('stopRecord() has not been implemented.');
}