Skip to content

Commit 2d9086a

Browse files
committed
fix analyzer
1 parent ac85223 commit 2d9086a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/firebase_analytics/firebase_analytics/lib/src/firebase_analytics.dart

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1547,9 +1547,3 @@ const String _PROMOTION_ID = 'promotion_id';
15471547

15481548
/// The name of a product promotion
15491549
const String _PROMOTION_NAME = 'promotion_name';
1550-
1551-
/// The checkout step (1..N).
1552-
const String _CHECKOUT_STEP = 'checkout_step';
1553-
1554-
/// Some option on a step in an ecommerce flow.
1555-
const String _CHECKOUT_OPTION = 'checkout_option';

0 commit comments

Comments
 (0)