getTimestamp static method

String getTimestamp()

Implementation

static String getTimestamp() {
  getUid();
  final now = DateTime.now();
  return now.toString();
}