sendCustomDataEvent abstract method
- CustomData customData
Sends CustomData to the analytics backend. The provided CustomData will be merged with previously set CustomData.
Implementation
Future<void> sendCustomDataEvent(CustomData customData);
Sends CustomData to the analytics backend. The provided CustomData will be merged with previously set CustomData.
Future<void> sendCustomDataEvent(CustomData customData);