Returns true if the product with productId is available in Apphud products.
productId
Future<bool> hasProductWithId(String productId) async { return ApphudPlusPlatform.instance.hasProductWithId(productId); }