isMobileDevice static method

bool isMobileDevice()

Implementation

static bool isMobileDevice() => (Platform.isAndroid || Platform.isIOS);