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