isAndroidBrowser function

bool isAndroidBrowser()

Implementation

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