getAttribute abstract method

Future getAttribute(
  1. String attributeName
)

Retrieves an attribute previously saved.

attributeName is the name of the attribute.

Implementation

Future<dynamic> getAttribute(String attributeName);