Future<void> feed(Uint8List bytes, int length) async { await SmartSpeechSdkPlatform.instance.engineFeed(bytes, length); }