Okra class
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
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
buildWithOptions(BuildContext context, {required String key, required String token, String? appId, required List<String> products, String? environment, required String clientName, String? color, int? limit, bool? authorization, bool? isCorporate, bool? showBalance, bool? geoLocation, bool? multiAccount, bool? payment, String? connectMessage, String? callbackUrl, String? redirectUrl, String? logo, String? widgetSuccess, String? widgetFailed, String? currency, bool? noPeriodic, String? exp, String? successTitle, String? successMessage, String? chargeType, int? chargeAmount, String? chargeCurrency, String? chargeNote, String? customerId, String? customerBvn, String? customerPhone, String? customerEmail, String? customerNin, String? reAuthAccountNumber, String? reAuthBankSlug, Map<String, Object>? guarantors, Map<String, Object>? filters, dynamic meta, Map<String, dynamic>? options, dynamic onSuccess(dynamic data)?, dynamic onError(dynamic response)?, dynamic onClose(String message)?, dynamic beforeClose(String message)?, dynamic onEvent(String message)?})
→ Future<void>
-
-
buildWithShortUrl(BuildContext context, {required String shortUrl, dynamic onSuccess(String data)?, dynamic onError(String message)?, dynamic onClose(String message)?, dynamic beforeClose(String message)?, dynamic onEvent(String message)?})
→ Future<void>
-