setResponseAttributes method

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

Implementation

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