toRelativeString method
Format: Now, few Seconds Ago, 1 minutes ago, 2 hours ago, 3 days ago,...
Implementation
String toRelativeString(BuildContext context) => this?.toRelativeString(context) ?? "";
Format: Now, few Seconds Ago, 1 minutes ago, 2 hours ago, 3 days ago,...
String toRelativeString(BuildContext context) => this?.toRelativeString(context) ?? "";