lastScan property

int lastScan

Last time this device completed a network scan in milliseconds since boot. -1 if has never scanned for access points.

Implementation

int get lastScan =>
    _object.getInt64Property(_wirelessDeviceInterfaceName, 'LastScan') ?? -1;