menu
flutter_hera package
documentation
hera_client/hera_app/Authenticated/authenticated.dart
Authenticated
Authenticated constructor
Authenticated constructor
dark_mode
light_mode
Authenticated
constructor
Authenticated
(
{
required
dynamic
builder
(
User
?
user
),
required
Function
ifNotAuthenticated
,
})
Implementation
Authenticated({required this.builder, required this.ifNotAuthenticated});
flutter_hera package
documentation
hera_client/hera_app/Authenticated/authenticated
Authenticated
Authenticated constructor
Authenticated class