Skip to content

Commit b3caa54

Browse files
authored
fix(firebase_analytics): update logInAppPurchase documentation to specify iOS support only (#17968)
1 parent c3ae4a8 commit b3caa54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,7 @@ class FirebaseAnalytics extends FirebasePluginPlatform {
12091209
///
12101210
/// This event signifies that an item(s) was purchased by a user.
12111211
///
1212-
/// This API supports manually logging in-app purchase events on iOS and Android.
1212+
/// This API supports manually logging in-app purchase events on iOS.
12131213
/// This is especially useful in cases where purchases happen outside the native
12141214
/// billing systems (e.g. custom payment flows).
12151215
Future<void> logInAppPurchase({

0 commit comments

Comments
 (0)