purchasePackage method

Future<Object> purchasePackage(
  1. Object package
)

Implementation

Future<Object> purchasePackage(Object package) async {
  throw UnsupportedError('In-app purchases are not available on web');
}