void trackActivities({String method = 'onTap', String path = ''}) => bloc?.add(TrackEvent(path, method: method));