changeController abstract method

Future<bool> changeController({
  1. required String dbPath,
  2. dynamic hint,
})

Helper function for tests. Enable to switch to use other database. Used to simulate using multiple devices.

Implementation

Future<bool> changeController({required String dbPath, dynamic hint});