getSentAt function

String getSentAt(
  1. int millisecondsSinceEpoch
)

Last seen at time format

Implementation

String getSentAt(int millisecondsSinceEpoch) =>
    _getSentAt(millisecondsSinceEpoch);