menu
single_factor_auth_flutter package
documentation
input.dart
SignResponse
SignResponse.new constructor
SignResponse.new constructor
dark_mode
light_mode
SignResponse
constructor
SignResponse
(
{
required
bool
success
,
String
?
result
,
String
?
error
,
})
Implementation
SignResponse({ required this.success, this.result, this.error, });
single_factor_auth_flutter package
documentation
input
SignResponse
SignResponse.new constructor
SignResponse class