MethodChannelChivoxAiengine class

An implementation of ChivoxAienginePlatform that uses method channels.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

aiengineCancel(String engineId) Future<void>
override
aiengineDelete(String engineId) Future<void>
override
aiengineFeed(String engineId, Uint8List bytes, int length) Future<void>
override
aiengineNew(String cfg) Future<String?>
override
aiengineStart(String engineId, Map<String, dynamic> audioSrc, String param, String callbackId) Future<void>
override
aiengineStop(String engineId) Future<void>
override
clearSavedSerialNumber(String appKey) Future<bool?>
override
extractRes(String assetPrefix, List<String> assetNames, String targetDir, String callbackId) Future<void>
override
getDeviceId() Future<String?>
override
getPlatformVersion() Future<String?>
override
getProvision(String? engineId, Map input) Future<String?>
override
getSerialNumber(String? engineId, Map input) Future<String?>
override
loadNativeCfg(String resRootDir, List<String> resNames) Future<String?>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited