isHideLastSeenEnabled static method

Future<bool?> isHideLastSeenEnabled()

Implementation

static Future<bool?> isHideLastSeenEnabled() {
  return FlyChatFlutterPlatform.instance.isHideLastSeenEnabled();
}