UnexpectedConnectionState constructor

UnexpectedConnectionState([
  1. String msg = 'Unexpected connection state'
])

Implementation

UnexpectedConnectionState([String msg = 'Unexpected connection state'])
    : super._(msg);