DVLocalBillingProvider class
- Implemented types
Constructors
Properties
Methods
-
checkout(
{required BillingPlan plan, required Object customer}) → Future< DVBillingCheckoutSession> -
override
-
grant(
Object customer, Entitlement entitlement) → void -
hasEntitlement(
Object customer, Entitlement entitlement) → Future< bool> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
revoke(
Object customer, Entitlement entitlement) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited