ConnectionState.error constructor
const
ConnectionState.error(
- Object error,
- StackTrace? stackTrace
The connection has failed with an error
Implementation
const factory ConnectionState.error(Object error, StackTrace? stackTrace) =
ConnectionError;