getSystemTime method

String getSystemTime()

Implementation

String getSystemTime() {
  return DateFormat('hh:mm:ss').format(DateTime.now());
}