BitNob class
This is main bitnob class.
Constructors
- BitNob()
Properties
- dio ↔ Dio
-
Create dio object for apicall.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
buildWithOptions(
{required String baseUrl, required String description, required String callbackUrl, required String successUrl, required String notificationEmail, required String customerEmail, required int satoshis, required String reference, required String publicKey, required BuildContext context, required dynamic successCallback(dynamic response), required dynamic failCallback(dynamic response), required dynamic closeCallBack(dynamic response)}) → Future - This method use for payment
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited