AttachInput typedef
AttachInput = ({String? appId, String? debugUrl, String? device, String? flavor, String? flutterSdk, bool interactive, String? project, String? sessionDir, String? target, bool verbose})
Input parameters for attachApp.
Implementation
typedef AttachInput = ({
String? device,
String? project,
String? flavor,
String? target,
String? flutterSdk,
String? sessionDir,
String? appId,
String? debugUrl,
bool verbose,
bool interactive,
});