isBrowser property
Whether currently running in a browser.
Implementation
@Deprecated('Use Platform.current.isBrowser instead')
@override
bool get isBrowser => false;
Whether currently running in a browser.
@Deprecated('Use Platform.current.isBrowser instead')
@override
bool get isBrowser => false;