startAudio method

Future<String> startAudio()

Implementation

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