hasActiveEntitlement method

Future<bool> hasActiveEntitlement({
  1. required String productId,
})

Implementation

Future<bool> hasActiveEntitlement({required String productId}) {
  throw UnimplementedError('hasActiveEntitlement() has not been implemented.');
}