pickTime static method

Future<TimeOfDay?> pickTime()

Implementation

static Future<TimeOfDay?> pickTime() async {
  return await TimePickerUtil.showCustomTimePicker();
}