secsAgo method

  1. @override
String secsAgo(
  1. int seconds
)

Message for when the elapsed time is less than a minute.

Implementation

@override
String secsAgo(int seconds) => '$seconds วินาที';