menu
better_auth_flutter_client package
documentation
better_auth_client.dart
AuthResponse<T>
error property
error property
dark_mode
light_mode
error
property
AuthError
?
error
final
Error if the request failed.
This is null if the request was successful.
Implementation
final AuthError? error;
better_auth_flutter_client package
documentation
better_auth_client
AuthResponse<T>
error property
AuthResponse class