iatDestroy static method
销毁语音识别器
Implementation
static Future<void> iatDestroy() async {
removeIatListener();
return await methodChannel.invokeMethod('iat_destroy');
}
销毁语音识别器
static Future<void> iatDestroy() async {
removeIatListener();
return await methodChannel.invokeMethod('iat_destroy');
}