persistSessionTimestamp property

bool get persistSessionTimestamp

Si se debe persistir el timestamp de sesión entre reinicios

  • Web: true (mantener sesión entre recargas)
  • Native: false (new session on each app opening)

Implementation

static bool get persistSessionTimestamp => PlatformDetector.instance.isWeb;