strTimeMin method

String strTimeMin(
  1. Object time
)

{time} min ago

Implementation

String strTimeMin(Object time) {
  return Intl.message(
    '$time min ago',
    name: 'strTimeMin',
    desc: '',
    args: [time],
  );
}