setMyLastSeenAt static method

Future<void> setMyLastSeenAt()

Cập nhật thời gian hoạt động cuối

Implementation

static Future<void> setMyLastSeenAt() async {
  _manager.updateLastSeen();
}