TemplateManager class
Constructors
- TemplateManager()
-
factory
Properties
Methods
-
fromAssetsBundle(
String url) → Future< String?> -
fromDatabase(
String key) → Future< String?> -
fromDisk(
String url) → Future< String?> -
fromJs(
String? xml) → XmlDocument? -
fromMemory(
String url) → XmlDocument? -
fromServer(
String url) → Future< String?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDisk(
String url, String xml) → Future< bool> -
toMemory(
String url, XmlDocument? document) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited