core/commands/swipe/swipe_models library

Classes

SwipeAppDied
The app process died while fdb was communicating with it.
SwipeError
Generic / unrecognised error.
SwipeNoFdbHelper
fdb_helper was not detected in the running app.
SwipeRelayedError
The VM extension returned a relayed error message.
SwipeResult
Result of a runSwipe invocation.
SwipeSuccess
Swipe succeeded.
SwipeUnexpectedResponse
The VM service returned an unexpected response shape.

Typedefs

SwipeInput = ({String? at, String direction, int? distance, String? key, String? text, String? type})
Input parameters for runSwipe.