isHideLastSeenEnabled static method
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();
}