web property

WebNativeImpl? web
final

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;