RefreshException constructor
const
RefreshException(
- String message
Creates the RefreshException with a message.
Implementation
const RefreshException(this.message);
Creates the RefreshException with a message.
const RefreshException(this.message);