@override Future<void> endActivity(String activityId) async { await methodChannel.invokeMethod('endActivity', {'activityId': activityId}); }