UserSpaceBillingService class
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 setteroverride
-
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>
-
override
-
dispose()
→ Future<void>
-
Disposes the repository provider. This method should
close and release any resources used by the backend services.
override
-
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.
override
-
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>
-
override