Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
This should be a /// not a //
  • Loading branch information
impure committed Dec 21, 2020
commit 1d5054d8eb060e26662c09038ddd83baa0f7581c
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ enum BillingResponse {
// Run `flutter packages pub run build_runner watch` to rebuild and watch for
// further changes.

// The request has reached the maximum timeout before Google Play responds.
/// The request has reached the maximum timeout before Google Play responds.
@JsonValue(-3)
serviceTimeout,

Expand Down