addConsentedObjective method
Implementation
@override
Future addConsentedObjective(String objectiveId) {
return handleNativeCall(
methodChannel.invokeMethod(MethodNames.addConsentedObjective, {
'objectiveId': objectiveId,
}),
);
}
@override
Future addConsentedObjective(String objectiveId) {
return handleNativeCall(
methodChannel.invokeMethod(MethodNames.addConsentedObjective, {
'objectiveId': objectiveId,
}),
);
}