getCurrentDate method

String getCurrentDate()

Implementation

String getCurrentDate() {
  return DateFormat('yyyy-MM-dd').format(DateTime.now());
}