getBehaviorData method
Implementation
Map<String, dynamic> getBehaviorData() {
return {
'apiHits': _apiHitCount,
'screenTouches': _screenTouchCount,
'appLaunches': _appLaunchCount,
'timestamp': DateTime.now().toIso8601String(),
};
}