get current time with format
static String getCurrentTime({String format = Format.fHHmmss}) { return getCurrentDateTime(format: format); }