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