setFeedURL method

Future<void> setFeedURL(
  1. String feedUrl
)

Sets the url and initialize the auto updater.

Implementation

Future<void> setFeedURL(String feedUrl) {
  return _platform.setFeedURL(feedUrl);
}