CLAID class

Constructors

CLAID()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Static Properties

javaChannel MethodChannel
getter/setter pair

Static Methods

attachDartRuntime(String socketPath) Future<void>
getMediaDirPath() Future<String>
getModuleManager() ModuleManager?
getRemoteFunctionHandler() RemoteFunctionHandler
getRunningModules() Future<Map<String, String>?>
loadPackages(List<CLAIDPackage>? packages) → void
loadProtoMessageFromJson(String filePath, GeneratedMessage message) Future<void>
registerModule<T extends Module>(String name, FactoryFunc factoryFunc) → void
registerViewClassForModule(String moduleClass, ViewFactoryFunc factoryFunc) → void
saveProtobufMessageToFileJSON(String filePath, GeneratedMessage message) Future<void>
setViewHiddenForModuleClass(String moduleClass, bool hidden) → void
startInBackground({required String configFilePath, required String hostId, required String userId, required String deviceId, required CLAIDSpecialPermissionsConfig specialPermissionsConfig, required CLAIDPersistanceConfig persistanceConfig, List<CLAIDPackage>? claidPackages = null}) Future<bool>
startInForeground({required String configFilePath, required String hostId, required String userId, required String deviceId, required CLAIDSpecialPermissionsConfig specialPermissionsConfig, List<CLAIDPackage>? claidPackages = null}) Future<bool>
startMiddleware(String socketPath, String configFilePath, String hostId, String userId, String deviceId, CLAIDSpecialPermissionsConfig specialPermissionsConfig, {String libraryPath = ""}) Future<bool>