getGCMConfig method

Future<GcmConfig?> getGCMConfig()

Implementation

Future<GcmConfig?> getGCMConfig() {
  return ConsentSdkPluginPlatform.instance.getGCMConfig();
}