core/commands/attach/attach_models library

Classes

AttachControllerFailed
The controller process failed to start.
AttachError
Generic / unrecognised error.
AttachMissingDevice
No --device was provided.
AttachProcessDied
The attach process exited before the VM service URI appeared.
AttachResult
Result of an attachApp invocation.
AttachSuccess
App attached successfully. VM service is reachable at vmServiceUri.
AttachTimeout
The VM service URI did not appear within the launch timeout.

Typedefs

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.