bindToCellularNetwork static method

Future<bool> bindToCellularNetwork()

Implementation

static Future<bool> bindToCellularNetwork() async {
  final bool success = await _channel.invokeMethod('network_bindToCellularNetwork');
  return success;
}