isGranted method Null safety
- String source,
- TikiSdkDestination destination
Check if consent for source
given a specific destination
.
Implementation
bool isGranted(
String source,
TikiSdkDestination destination,
) {
throw UnimplementedError();
}