Skip to content

Commit

Permalink
documentation cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbeltran committed Mar 22, 2024
1 parent 8fa4e00 commit 095499d
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ class PackageInfo {
/// Retrieves package information from the platform.
/// The result is cached.
///
/// Web: The plugin uses the generated version.json to read the package
/// information.
/// Web: Uses the generated version.json to read the package information.
/// By default, the package uses the browser navigator base URL.
/// Optionally, a custom version JSON URI can be provided.
/// Optionally, a custom URI can be provided.
static Future<PackageInfo> fromPlatform({Uri? customVersionJson}) async {
if (_fromPlatform != null) {
return _fromPlatform!;
Expand Down

0 comments on commit 095499d

Please sign in to comment.