Future<void> setUserId(String id) async { await analytics?.setUserId(id: id); debugPrint('setUserId succeeded'); }