getLastSeen property

dynamic Function(DateTime lastSeen)? getLastSeen
final

Optional callback to provide the last seen time of the receiver.

Implementation

final Function(DateTime lastSeen)? getLastSeen;