TemplateStorageApi class
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
-
addTemplate(WalletTemplate walletTemplate)
→ Future<int>
-
Add a new template.
@param walletTemplate The wallet template to add.
@returns A Promise that resolves to a number.
-
findTemplates()
→ Future<List<WalletTemplate>>
-
Fetches all templates.
@returns A Promise that resolves to an array of WalletTemplate objects.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited