isMobile property

Future<bool> isMobile

Checks if the device is connected to a mobile network.

Implementation

Future<bool> get isMobile =>
    ConnectivityService.I.isAvailable(ConnectivityResult.mobile);