isSupported property

bool get isSupported

Whether the browser supports the Notification API.

Always returns false on non-web platforms.

Implementation

static bool get isSupported => false;