menu
single_factor_auth_flutter package
documentation
output.dart
SFAKey
SFAKey constructor
SFAKey constructor
dark_mode
light_mode
SFAKey
constructor
SFAKey
(
{
required
String
privateKey
,
required
String
publicAddress
,
})
Implementation
SFAKey({required this.privateKey, required this.publicAddress});
single_factor_auth_flutter package
documentation
output
SFAKey
SFAKey constructor
SFAKey class