move abstract method

Future<bool> move(
  1. dynamic from,
  2. dynamic to, {
  3. bool notifyListeners = true,
})

Implementation

Future<bool> move(dynamic from, dynamic to, {bool notifyListeners = true});