in lib/usage.dart [279:285]
Future _log(String hitType, Map m) { if (logCalls) { print('analytics: ${hitType} ${m}'); } return Future.value(); }