Ayleio class
No Doc Azkadev
Constructors
- Ayleio()
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
-
createClient(
) → int - untuk membuat client nativeLibrary
-
ensureInitialized(
{String pathNativeLibrary = ""}) → void - No Doc Azkadev
-
getLibraryExtension(
) → String - No Doc Azkadev
-
getNativeLibraryPath(
{String pathNativeLibrary = ""}) → String - No Doc Azkadev
-
initialized(
) → Future< void> - No Doc Azkadev
-
invoke(
Map parameters) → Future< Map> - untuk invoke nativeLibrary sync memanggil segala jenis api ini inti program sehingga kamu tidak perlu menunggu saya update karena kamu hanya perlu compile nativeLibrary jadi semua method bisa di panggil seperti biasa
-
invokeSync(
Map parameters) → Map - untuk invoke nativeLibrary sync tidak semua method bisa hanya beberapa method
-
nativeLibraryInvokeRaw(
Map parameters) → Map - No Doc Azkadev
-
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