setGateway method

Future setGateway(
  1. bool gateway
)

Implementation

Future setGateway(bool gateway) async {
  await this.set('gateway', gateway.toString());
}