apphudDidFecthProducts abstract method

Future<void> apphudDidFecthProducts(
  1. List<ApphudProductComposite> products
)

Returns array of products after they are fetched from Google Billing or StoreKit. Note that you have to add all product identifiers in Apphud.

Implementation

Future<void> apphudDidFecthProducts(List<ApphudProductComposite> products);