CancelService constructor
CancelService(
- String? _scheme,
- String? _host,
- MethodChannel? _messagesChannel
Implementation
CancelService(this._scheme, this._host, this._messagesChannel);