Future<void> setMaxPrefixSilence(int prefixSilence) async { return await SmartSpeechSdkPlatform.instance.engineSetMaxPrefixSilence(prefixSilence); }