instance property

FastAdConsentService get instance

Implementation

static FastAdConsentService get instance {
  _instance ??= FastAdConsentService._internal();

  return _instance!;
}