stop method

Future<bool> stop()

Stops audio capture and analysis.

Implementation

Future<bool> stop() => NexoraSdkPlatform.instance.stopAudio();