getPlatformProducts abstract method

Future<List<ProductDetails>?> getPlatformProducts(
  1. LinkFiveResponseData linkFiveResponse
)

load the products from the native billing sdk

Implementation

Future<List<ProductDetails>?> getPlatformProducts(
    LinkFiveResponseData linkFiveResponse);