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