setGlobalAttributes method
Sets global attributes for all analytics events.
Implementation
@override
Future<void> setGlobalAttributes(Map<String, dynamic> attributes) async {
await _channel.invokeMethod('setGlobalAttributes', {
'attributes': attributes,
});
}