disconnectNetwork method

Future<void> disconnectNetwork()

Implementation

Future<void> disconnectNetwork() async {
  final command = 3;
  return _write('{"c":$command}', _wifiRequest, _wifiResponse, command: command);
}