HtmNativeLibraryResolver typedef
HtmNativeLibraryResolver =
String? Function()
Returns the absolute path of a native library the resolver provides, or null when it does not apply to the running platform.
Implementation
typedef HtmNativeLibraryResolver = String? Function();