reconnect method

Future<void> reconnect()

Implementation

Future<void> reconnect() async {
  await connectToDb(force: true);
}