swapToGlobalID abstract method

Future<void> swapToGlobalID({
  1. required String globalID,
  2. int startPosition = 0,
  3. double delay = 0,
  4. String reason = "",
  5. bool showReturnButton = false,
})

Implementation

Future<void> swapToGlobalID({
  required String globalID,
  int startPosition = 0,
  double delay = 0,
  String reason = "",
  bool showReturnButton = false,
});