rebootGateway method

Future<RebootResponse> rebootGateway()

Reboot ooPLA.

One may check the RebootResponse status value to check if it has been successfully executed

Implementation

Future<RebootResponse> rebootGateway() async {
  return RebootResponse.fromJson(await _sendRequest('reboot'));
}