Skip to content

Commit

Permalink
mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyokone committed Jun 19, 2024
1 parent 01c1438 commit ad991d3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@ class MockFirebaseAnalyticsWeb extends _i1.Mock
_i5.Future<void> initiateOnDeviceConversionMeasurement({
String? emailAddress,
String? phoneNumber,
String? hashedEmailAddress,
String? hashedPhoneNumber,
}) =>
(super.noSuchMethod(
Invocation.method(
Expand All @@ -297,6 +299,8 @@ class MockFirebaseAnalyticsWeb extends _i1.Mock
{
#emailAddress: emailAddress,
#phoneNumber: phoneNumber,
#hashedEmailAddress: hashedEmailAddress,
#hashedPhoneNumber: hashedPhoneNumber,
},
),
returnValue: _i5.Future<void>.value(),
Expand Down

0 comments on commit ad991d3

Please sign in to comment.