swipe abstract method

Future<void> swipe({
  1. required Offset from,
  2. required Offset to,
  3. String? appId,
  4. bool enablePatrolLog = true,
})

Swipes from from to to.

from and to must be in the inclusive 0-1 range.

Implementation

Future<void> swipe({
  required Offset from,
  required Offset to,
  String? appId,
  bool enablePatrolLog = true,
});