enableDisableHideLastSeen method

Future<bool?> enableDisableHideLastSeen(
  1. bool enable
)

This method is used to enable or disable the last seen time for the current user.

Implementation

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