chargebee / chargebee-flutter

MIT License
5 stars 8 forks source link

Return type of retrieveProductIdentifers #25

Closed RobertHeim closed 1 year ago

RobertHeim commented 1 year ago

Hi, the retrieveProductIdentifers currently is List<dynamic>. So what can be in that list other than String? Could you please document it?

PS: The method name also has a typo and probably should be refactored to retrieveProductIdentifiers.