setConsentedObjectives method
Implementation
@override
Future setConsentedObjectives(List<String> objectiveIds) {
return handleNativeCall(
methodChannel.invokeMethod(MethodNames.setConsentedObjectives, {
'objectiveIds': objectiveIds,
}),
);
}