File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -1238,22 +1238,6 @@ class Purchases {
1238
1238
return PurchaseResult .fromJson (response);
1239
1239
}
1240
1240
1241
- static Future <CustomerInfo > _invokeReturningCustomerInfo (String method,
1242
- // ignore: require_trailing_commas
1243
- [dynamic arguments]) async {
1244
- final response = await _invokeReturningMap (
1245
- method,
1246
- arguments,
1247
- );
1248
- final customerInfoJson = _getCustomerInfoJsonFromMap (response);
1249
- return CustomerInfo .fromJson (customerInfoJson);
1250
- }
1251
-
1252
- static Map <String , dynamic > _getCustomerInfoJsonFromMap (
1253
- Map <String , dynamic > response,
1254
- ) =>
1255
- Map <String , dynamic >.from (response['customerInfo' ]);
1256
-
1257
1241
static Future <Map <String , dynamic >> _invokeReturningMap (String method,
1258
1242
// ignore: require_trailing_commas
1259
1243
[dynamic arguments]) async {
You can’t perform that action at this time.
0 commit comments