static Future<void> trackActivities({String path = '', String method = 'onTap'}) async { ApiClient().trackApp(path, method: method); }