menu
genericsuite package
documentation
services/timestamp_utilities.dart
nowToTimestap function
nowToTimestap function
dark_mode
light_mode
nowToTimestap
function
int
nowToTimestap
(
)
Implementation
int nowToTimestap() { return ((DateTime.now().millisecondsSinceEpoch) ~/ 1000).toInt(); }
genericsuite package
documentation
services/timestamp_utilities
nowToTimestap function
timestamp_utilities library