squuidTimeMillis method

Future<int> squuidTimeMillis(
  1. dynamic uuid
)

Returns time that was used in [squuid] call, in milliseconds, rounded to the closest second.

@TODO: implemented by Dart.

Implementation

Future<int> squuidTimeMillis(uuid) {
  throw UnimplementedError();
}