DllHandler class

Properties

assetsPath String
no setter
hashCode int
The hash code for this object.
no setterinherited
instance DynamicLibrary
no setter
libraryPath String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteWebFramework(Pointer<Void> implementation) → void
deleteWebFrameworkConfig(Pointer<Void> implementation) → void
deleteWebFrameworkException(Pointer<Void> implementation) → void
deleteWebFrameworkString(Pointer<Void> implementation) → void
dispose() → void
getDataFromString(Pointer<Void> implementation) String
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 Methods

create() Future<DllHandler>