getShouldReconnect method

Future<bool> getShouldReconnect()

Implementation

Future<bool> getShouldReconnect() async {
  return _lock.synchronized(() => _shouldAttemptReconnection);
}