authCode property
String
get
authCode
The auth error code when kind is StormFailureKind.auth.
Implementation
String get authCode =>
storm.failure['code'] as String? ?? 'user-token-expired';
The auth error code when kind is StormFailureKind.auth.
String get authCode =>
storm.failure['code'] as String? ?? 'user-token-expired';