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