radioType property

Future<String?> radioType

The mobile network radioType: 5G, 4G ... 2G

Implementation

static Future<String?> get radioType async =>
    await _channel.invokeMethod('radioType');