getNTPDate static method

Future<DateTime?> getNTPDate()

Gets the actual NTP date

Implementation

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