isHideLastSeenEnabled method

Future<bool?> isHideLastSeenEnabled()

This method is used to check if the user last seen is enabled or not.

Implementation

Future<bool?> isHideLastSeenEnabled() {
  throw UnimplementedError('has not been implemented.');
}