enableDisableHideLastSeen static method
- @Deprecated('Instead of use Mirrorfly.setLastSeenVisibility()')
- 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);
}