current property
WebRuntime
get
current
Implementation
static WebRuntime get current =>
_current ?? (throw StateError('WebRuntime has not been installed.'));
static WebRuntime get current =>
_current ?? (throw StateError('WebRuntime has not been installed.'));