isSafariMobile property

bool get isSafariMobile

Platform features declaration Detects if the platform is Safari Mobile (iOS or iPad).

Implementation

/// Detects if the platform is Safari Mobile (iOS or iPad).
bool get isSafariMobile => false;