menu
platform package
documentation
testing.dart
TestPlatform
isBrowser property
isBrowser property
dark_mode
light_mode
isBrowser
property
@
override
bool
get
isBrowser
override
Whether currently running in a browser.
Implementation
@override bool get isBrowser => browserPlatform != null;
platform package
documentation
testing
TestPlatform
isBrowser property
TestPlatform class