InstructionsResolver class

Constructors

InstructionsResolver()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolve(BuildContext context, InstructionsKeyType key) String
toString() String
A string representation of this object.
inherited
totpStep1Body(BuildContext context) String
The Body text for step first step of TOTP setup
totpStep1Title(BuildContext context) String
The header for the first step of TOTP setup
totpStep2Body(BuildContext context) String
The Body text for step second step of TOTP setup
totpStep2Title(BuildContext context) String
The header for the second step of TOTP setup
totpStep3Body(BuildContext context) String
The Body text for step three step of TOTP setup
totpStep3Title(BuildContext context) String
The header for the third step of TOTP setup

Operators

operator ==(Object other) bool
The equality operator.
inherited