Future<void> startFile(String wavPath) async { await SmartSpeechSdkPlatform.instance.engineStartFile(wavPath); }