setGlobalAttributes method

Future<void> setGlobalAttributes(
  1. Map<String, dynamic> attributes
)

Implementation

Future<void> setGlobalAttributes(Map<String, dynamic> attributes) async {
  throw UnimplementedError('setGlobalAttributes() has not been implemented.');
}