Destination.unsupported constructor

Destination.unsupported(
  1. String url
)

Implementation

Destination.unsupported(this.url) {
  _isUnsupportedScheme = true;
}