PlatformChecker constructor
PlatformChecker({
- Platform platform = instance,
- bool? isWeb,
Implementation
PlatformChecker({
this.platform = instance,
bool? isWeb,
}) : isWeb = isWeb ?? _isWebWithWasmSupport();