Future<void> setSampleRate(int sampleRate) async { return await SmartSpeechSdkPlatform.instance.engineSetSampleRate(sampleRate); }