menu
rali
screens/auth/auth_wrapper.dart
AuthWrapper
AuthWrapper.new const constructor
AuthWrapper.new
dark_mode
light_mode
AuthWrapper
constructor
const
AuthWrapper
(
{
Key
?
key
,
required
Map
<
String
,
String
>
env
,
})
Implementation
const AuthWrapper({super.key, required this.env});
rali
auth_wrapper
AuthWrapper
AuthWrapper.new const constructor
AuthWrapper class