package
0.1.1
Repository: https://github.com/borosr/flutter-screenshot.git
Documentation: pkg.go.dev

# Constants

KindUnknow is the default device kind KindIos if the virtual device is running iOS KindAndroid if the virtual device is running Android.
KindUnknow is the default device kind KindIos if the virtual device is running iOS KindAndroid if the virtual device is running Android.
KindUnknow is the default device kind KindIos if the virtual device is running iOS KindAndroid if the virtual device is running Android.
StateShutdown represents the shutdown state of a device StateBooted represents the booted (successfully started) state of a device.
StateShutdown represents the shutdown state of a device StateBooted represents the booted (successfully started) state of a device.

# Structs

Instance represents a virtual device ID is the unique identifier of the virtual device DebugPort is only available on Android devices State stores the current state of the device, if successfully started setting it to Booted, otherwise Shutdown Kind stores the type of the device, it can be iOS or Android.

# Type aliases

Kind is the kind of the virtual device can be iOS or Android.
Pairs is an in memory key-value store for devices key is the name of the device the value stores the details.