Future<void> requestEmailVerification({String? langCode}) => _userGateway.requestEmailVerification(langCode: langCode);