iatDestroy static method

Future<void> iatDestroy()

销毁语音识别器

Implementation

static Future<void> iatDestroy() async {
  removeIatListener();
  return await methodChannel.invokeMethod('iat_destroy');
}