getConsentScope method

Future<String?> getConsentScope()

Implementation

Future<String?> getConsentScope() async {
  return _instance.getConsentScope();
}