isDesktopBrowser function

bool isDesktopBrowser()

Implementation

bool isDesktopBrowser() =>
    throw UnsupportedError('Browser detection is not supported on mobile platforms');