DirectLinkSuccess class
Successful direct link result
- Inheritance
-
- Object
- DirectLinkResult
- DirectLinkSuccess
- Available extensions
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onNoLink(
VoidCallback callback) → void -
Available on DirectLinkResult, provided by the DirectLinkResultExtension extension
Executes callback if result is no link -
onSuccess(
dynamic callback(DirectLinkSuccess)) → void -
Available on DirectLinkResult, provided by the DirectLinkResultExtension extension
Executes callback if result is success -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited