We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18681e0 commit 1fcc99dCopy full SHA for 1fcc99d
packages/in_app_purchase/in_app_purchase_ios/test/store_kit_wrappers/sk_methodchannel_apis_test.dart
@@ -174,7 +174,7 @@ class FakeIOSPlatform {
174
assert(productIDS is List<String>, 'invalid argument type');
175
startProductRequestParam = call.arguments;
176
if (getProductRequestFailTest) {
177
- return Future<Map<String, dynamic>>.value(null);
+ return Future<dynamic>.value(null);
178
}
179
return Future<Map<String, dynamic>>.value(
180
buildProductResponseMap(dummyProductResponseWrapper));
0 commit comments