getAttributes abstract method

Future<Map<String, dynamic>> getAttributes()

Retrieves a Map of every attribute currently bound. Keys are attribute names, and values their respective values.

Implementation

Future<Map<String, dynamic>> getAttributes();