menu
sensfrx_flutter package
documentation
util/event_helper.dart
EventHelper
getTimestamp static method
getTimestamp static method
dark_mode
light_mode
getTimestamp
static method
String
getTimestamp
(
)
Implementation
static String getTimestamp() { getUid(); final now = DateTime.now(); return now.toString(); }
sensfrx_flutter package
documentation
util/event_helper
EventHelper
getTimestamp static method
EventHelper class