js library
Properties
Functions
-
wrapJSExceptions<
T> (T callback()) → T -
Runs
callback
, wrapping any primitive JS objects it throws so they don't crash when caught by Dart code.
callback
, wrapping any primitive JS objects it throws so they don't
crash when caught by Dart code.