FluttermojiFunctions class
Constructors
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
-
clearFluttermoji(
) → Future< List< bool> > - Erase fluttermoji String and Map from local storage
-
decodeFluttermojifromString(
String encodedData) → String - Decode your string containing the attributes to a SVG and render it by enclosing this string with a SvgPicture.string()
-
encodeMySVGtoMap(
) → Future< Map< String, dynamic> > - Retrieve the local user's fluttermoji attributes from local storage and encode them to a Map of attributes
-
encodeMySVGtoString(
) → Future< String> - Retrieve the local user's fluttermoji attributes from local storage and encode them to a String containing a Map of attributes
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited