setTitle method

Implementation

TurboLinkDeepLinkProperties setTitle(String title) {
  _deeplinkProperties["title"] = title;
  return this;
}