Skip to content

Commit

Permalink
fix(package_info_plus): Make installerStore an optional argument in m…
Browse files Browse the repository at this point in the history
…ocks (#1547)
  • Loading branch information
ChristianEdwardPadilla committed Mar 5, 2023
1 parent c97158c commit dc8d56f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class PackageInfo {
required String version,
required String buildNumber,
required String buildSignature,
required String? installerStore,
String? installerStore,
}) {
_fromPlatform = PackageInfo(
appName: appName,
Expand Down

0 comments on commit dc8d56f

Please sign in to comment.