pickDate static method

Future<DateTime?> pickDate()

Implementation

static Future<DateTime?> pickDate() async {
  return await DatePickerUtil.showCustomDatePicker();
}