isHideLastSeenEnabled static method

  1. @Deprecated('Instead of use Mirrorfly.isLastSeenVisible()')
Future<bool?> isHideLastSeenEnabled()

Checks whether the last seen status is hidden from other users.

Implementation

@Deprecated('Instead of use Mirrorfly.isLastSeenVisible()')
static Future<bool?> isHideLastSeenEnabled() {
  return FlyChatFlutterPlatform.instance.isHideLastSeenEnabled();
}