timeStamp function

String timeStamp()

It returns a string that represents the current time in microseconds

Implementation

String timeStamp() => DateTime.now().microsecondsSinceEpoch.toString();