menu
nets_core package
documentation
utils/device_utils.dart
DeviceIdentifierUtil
setDeviceCreated static method
setDeviceCreated static method
dark_mode
light_mode
setDeviceCreated
static method
void
setDeviceCreated
(
DateTime
created
)
Implementation
static void setDeviceCreated(DateTime created) { deviceIdentifier?.created = created; }
nets_core package
documentation
utils/device_utils
DeviceIdentifierUtil
setDeviceCreated static method
DeviceIdentifierUtil class