feed method

Future<void> feed(
  1. Uint8List bytes,
  2. int length
)

Implementation

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