getCorrectedTimestampSeconds method

Future<int> getCorrectedTimestampSeconds()

Call it to get timestamp synchronized with NTP. Returns Future of int or error.

Implementation

Future<int> getCorrectedTimestampSeconds() {
  return KeyriPlatform.instance.getCorrectedTimestampSeconds();
}