addGlobalAttributes method

  1. @override
Future<void> addGlobalAttributes(
  1. Map<String, Object?> attributes
)
override

Implementation

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