@override Future<bool?> openWorkflow({ String? workflowId, }) { return methodChannel.invokeMethod('openWorkflow', { 'workflowId': workflowId, }); }