web property
Which implementation to use on Web. null = not targeting Web.
Only WebNativeImpl.wasm is valid — dart:ffi is unavailable on web.
Implementation
final WebNativeImpl? web;
Which implementation to use on Web. null = not targeting Web.
Only WebNativeImpl.wasm is valid — dart:ffi is unavailable on web.
final WebNativeImpl? web;