current property

BrowserPlatform? get current

The current Browser platform, if any.

Same as Platform.browserPlatform.

Implementation

static BrowserPlatform? get current => Platform.current.browserPlatform;