MessageResolver class

The resolver class for messages

Constructors

MessageResolver()
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

codeSent(BuildContext context, String destination) String
The message that is displayed after a new confirmation code is sent to destination.
codeSentUnknown(BuildContext context) String
The message that is displayed after a new confirmation code is sent via an unknown delivery medium.
copyFailed(BuildContext context) String
The message that is displayed after a TOTP Key failed to copy to the clipboard
copySucceeded(BuildContext context) String
The message that is displayed after a TOTP Key was copied to the clipboard
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolve(BuildContext context, MessageResolverKey key) String
toString() String
A string representation of this object.
inherited

Operators

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