completeGoal method

  1. @override
void completeGoal(
  1. String where,
  2. int goalId
)
override

Implementation

@override
void completeGoal(String where, int goalId) {
  methodChannel.invokeMethod('completeGoal', [where, goalId]);
}