LanScanner constructor

LanScanner({
  1. bool debugLogging = false,
})

Constructor of LanScanner

Set debugLogging to true to enable logging debug messages to the console.

Implementation

LanScanner({this.debugLogging = false});