This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see Cake.Flutter.
                            
	
		Summary
            Runs given command using given  settings.
            
		- Assembly
 - Cake
.Flutter .dll  - Namespace
 - Cake
.Flutter  - Containing Type
 - GenericRunner
<TSettings>  
Syntax
public void Run(string command, TSettings settings)
	Parameters
| Name | Type | Description | 
|---|---|---|
| command | string | The command. | 
| settings | TSettings | The settings. | 
Return Value
| Type | Description | 
|---|---|
| void | 
