isNetworkRoaming property

Future<bool?> isNetworkRoaming

Returns true if the device is considered roaming on the current network, for GSM purposes.

Availability: Only when user registered to a network.

Implementation

Future<bool?> get isNetworkRoaming =>
    _foregroundChannel.invokeMethod<bool>(IS_NETWORK_ROAMING);