setResponseAttributes method

Future<void> setResponseAttributes(
  1. List<Map<String, String?>> attributes
)

Implementation

Future<void> setResponseAttributes(List<Map<String, String?>> attributes) {
  throw UnimplementedError('setResponseAttributes() has not been implemented.');
}