getGCMConsents method

Implementation

Future<Map<GoogleConsentType, ConsentStatus>> getGCMConsents() {
  return ConsentSdkPluginPlatform.instance.getGCMConsents();
}