menu
seedkit_module_api package
documentation
seedkit_module_api_models.dart
AuthPhoneParams
AuthPhoneParams.new constructor
AuthPhoneParams.new constructor
dark_mode
light_mode
AuthPhoneParams
constructor
AuthPhoneParams
(
{
required
String
phone
,
required
String
code
,
})
Implementation
AuthPhoneParams({ required this.phone, required this.code, });
seedkit_module_api package
documentation
seedkit_module_api_models
AuthPhoneParams
AuthPhoneParams.new constructor
AuthPhoneParams class