beginGoal method

  1. @override
Future<int> beginGoal(
  1. String where,
  2. String goalName
)
override

Implementation

@override
Future<int> beginGoal(String where, String goalName) async {
  return await methodChannel.invokeMethod('beginGoal', [where, goalName]);
}