Cancels a specific task execution.
@override Future<void> cancelExecution(String executionId) async { await methodChannel .invokeMethod('cancelExecution', {'executionId': executionId}); }