[][src]Function dart_sys::Dart_SetNativeResolver

pub unsafe extern "C" fn Dart_SetNativeResolver(
    library: Dart_Handle,
    resolver: Dart_NativeEntryResolver,
    symbol: Dart_NativeEntrySymbol
) -> Dart_Handle

Sets the callback used to resolve native functions for a library.

\param library A library. \param resolver A native entry resolver.

\return A valid handle if the native resolver was set successfully.