addGlobalAttributes method

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

Implementation

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