releaseNotesUrl property
Uri?
get
releaseNotesUrl
Optional URL for hosted release notes JSON.
This is a convenience path for simple apps. Prefer the descriptor-aware release notes loader when notes should depend on the active descriptor, locale, account, or app environment.
Implementation
Uri? get releaseNotesUrl => _releaseNotesUrl;