isGranted method Null safety

bool isGranted(
  1. String source,
  2. TikiSdkDestination destination
)

Check if consent for source given a specific destination.

Implementation

bool isGranted(
  String source,
  TikiSdkDestination destination,
) {
  throw UnimplementedError();
}