handleSecuredConnectionError method

void handleSecuredConnectionError(
  1. String error
)

Implementation

void handleSecuredConnectionError(String error) {
  Log.d(TAG, 'Handle Secured Error  $error');
  handleCloseState();
}