reconnect method

Future<void> reconnect()

Implementation

Future<void> reconnect() async {
  await engine.reconnect();
}