move static method

Future<void> move(
  1. String from,
  2. String to
)

Implementation

static Future<void> move(String from, String to) => _instance.move(from, to);