menu
_private_core package
documentation
theme/option_theme.dart
PAuthOptions
PAuthOptions.new constructor
PAuthOptions.new constructor
dark_mode
light_mode
PAuthOptions
constructor
PAuthOptions
(
{
PAuthType
authType
=
PAuthType.both
,
required
PUserType
userType
,
required
dynamic
callback
(
bool
permissionStatus
),
})
Implementation
PAuthOptions({ this.authType = PAuthType.both, required this.userType, required this.callback, });
_private_core package
documentation
theme/option_theme
PAuthOptions
PAuthOptions.new constructor
PAuthOptions class