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