reconnect method

Future<void> reconnect()

Reconnect to the current session

Implementation

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