hourAgo method

  1. @override
String hourAgo(
  1. int minutes
)

Message for when the elapsed time is about an hour.

Implementation

@override
String hourAgo(int minutes) => 'หนึ่งชั่วโมง';