getNTPDate static method

Future<DateTime?> getNTPDate()

Gets the actual NTP date

Implementation

static Future<DateTime?> getNTPDate() async {
  return NTP.now();
}