setBoundNetwork static method

Future<bool> setBoundNetwork(
  1. int networkId
)

Implementation

static Future<bool> setBoundNetwork(int networkId) async {
  return await _channel.invokeMethod('sim_setBoundNetwork', {
    'networkId': networkId,
  });
}