LaunchInput typedef
LaunchInput = ({String? device, String? flavor, String? flutterSdk, String? project, String? target, bool verbose})
Input parameters for launchApp.
Implementation
typedef LaunchInput = ({
String? device,
String? project,
String? flavor,
String? target,
String? flutterSdk,
bool verbose,
});