csrfToken property

String? get csrfToken

Gets the CSRF token cookie.

Implementation

String? get csrfToken => get('csrf_token');