OnGoogleConsentUpdated typedef
        OnGoogleConsentUpdated =
     void Function(Map<GoogleConsentType, GoogleConsentStatus>  consentMap)
    
    
    
Implementation
typedef OnGoogleConsentUpdated = void Function(
    Map<GoogleConsentType, GoogleConsentStatus> consentMap);