void identify({String? userId, String? username}) { _crashlytics.setUserIdentifier(userId!); if (username != null) { email = username; } }