CancelService constructor

CancelService(
  1. String? _scheme,
  2. String? _host,
  3. MethodChannel? _messagesChannel
)

Implementation

CancelService(this._scheme, this._host, this._messagesChannel);