DynamicLoadingSystem class final
CodeAssets with this LinkMode are expected to be available as dynamic
library on the target system PATH.
At buildtime, nothing happens.
At runtime, the dynamic library will be loaded and the symbols will be looked up in this dynamic library.
Constructors
- DynamicLoadingSystem(Uri uri)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
The json representation of this LinkMode.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override