getCurrentTime function

String getCurrentTime()

Implementation

String getCurrentTime() {
  return DateFormat('kk:mm:ss').format(DateTime.now()).toString();
}