timeStamp function
It returns a string that represents the current time in microseconds
Implementation
String timeStamp() => DateTime.now().microsecondsSinceEpoch.toString();
It returns a string that represents the current time in microseconds
String timeStamp() => DateTime.now().microsecondsSinceEpoch.toString();