scanNetwork method

Future<void> scanNetwork()

Implementation

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