enableDisableHideLastSeen static method

  1. @Deprecated('Instead of use Mirrorfly.setLastSeenVisibility()')
Future<bool?> enableDisableHideLastSeen(
  1. bool enable
)

Retrieves the last seen status of the current user.

Implementation

@Deprecated('Instead of use Mirrorfly.setLastSeenVisibility()')
static Future<bool?> enableDisableHideLastSeen(bool enable) async {
  return FlyChatFlutterPlatform.instance.enableDisableHideLastSeen(enable);
}