Resolver seam (spec 064): federated adapters register the prebuilt binaries they bundle here so the preserved loading chain below can find them without the app package shipping binaries itself. Purely additive — the pre-migration resolution steps are unchanged and keep precedence as documented in NativeLibrary.
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 Methods
-
registerResolver(
HtmNativeLibraryResolver resolver) → void Function() -
Registers
resolverat the highest probe priority. Returns a removal closure. -
resolve(
) → String? - First existing library path among the registered resolvers.