()
| 20 | } |
| 21 | |
| 22 | export function getGlobalFlutterArgs() { |
| 23 | // Return a copy so we never have to worry about a caller mutating this. |
| 24 | return globalFlutterArgs.slice(); |
| 25 | } |
| 26 | |
| 27 | export function setFlutterRoot(root: string) { |
| 28 | flutterRoot = root; |
no outgoing calls
no test coverage detected