stop method

Future<void> stop()

Implementation

Future<void> stop() async {
  await SmartSpeechSdkPlatform.instance.engineStop();
}