getAttributes method

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

Implementation

Future<Map<String, String>> getAttributes() {
  throw UnimplementedError('getAttributes() has not been implemented.');
}