FlutterCmd constructor

FlutterCmd(
  1. List<String> arguments
)

Implementation

FlutterCmd(List<String> arguments)
    : super(flutterExecutablePath, arguments, runInShell: true);