RubixExternalService class

Constructors

RubixExternalService()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

approveAuthRequest({required String gateway, required String accessToken, required String uuid}) → void
approveOrgAuthRequest({required String gateway, required String accessToken, required String orgName, required String callBackUrl, required String sessionId}) → ResponseFuture<OrgStatus>
getConnection({required String gateway, required String accessToken, Duration idleTimeout = const Duration(minutes: 5)}) RubixExternalClient
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
streamTransactionRequests({required String gateway, required String accessToken}) → ResponseStream<TxnRequest>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited