cloud method

RssBuilder cloud(
  1. String? domain,
  2. String? port,
  3. String? path,
  4. String? registerProcedure,
  5. String? protocol,
)

Implementation

RssBuilder cloud(
  String? domain,
  String? port,
  String? path,
  String? registerProcedure,
  String? protocol,
) {
  _channelBuilder._cloud(domain, port, path, registerProcedure, protocol);
  return this;
}