User-Space billing service
- Implementers
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
providerEventStream
→ Stream<
ProviderEvent> -
Streams events emitted by the provider
to the consumers of the provider
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createPaymentLink(
{String? orgId, required String priceId, required String successUrl, required String cancelUrl, int? trialDays}) → Future< String> -
dispose(
) → Future< void> -
Disposes the repository provider. This method should
close and release any resources used by the backend services.
inherited
-
initialize(
) → Future< void> -
Initializes the repository provider. This method should
setup persistent connections to the backend services and
initialize any resources used by the backend services.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
unsubscribe(
{String? orgId, required String subscriptionId}) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited