isMobileBrowser function

bool isMobileBrowser()

Implementation

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