setResponseAttributes method
Implementation
@override
Future<void> setResponseAttributes(List<Map<String, String?>> attributes) async {
await methodChannel.invokeMethod('setResponseAttributes', attributes);
}
@override
Future<void> setResponseAttributes(List<Map<String, String?>> attributes) async {
await methodChannel.invokeMethod('setResponseAttributes', attributes);
}