@override Future endActivity(String activityId) async { return methodChannel.invokeMethod('endActivity', { 'activityId': activityId, }); }