UpiTurbo class

Constructors

UpiTurbo.new(MethodChannel channel, EventEmitter eventEmitter)

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

askForPermission() → void
changeUpiPin({required UpiAccount upiAccount, required OnSuccess<UpiAccount> onSuccess, required OnFailure<Error> onFailure}) → void
getBalance({required UpiAccount upiAccount, required OnSuccess<AccountBalance> onSuccess, required OnFailure<Error> onFailure}) → void
getBankAccounts({required Bank bank}) → void
getLinkedUpiAccounts({required String? customerMobile, required OnSuccess<List<UpiAccount>> onSuccess, required OnFailure<Error> onFailure}) → void
linkNewUpiAccount({required String? customerMobile}) → void
linkNewUpiAccountWithUI({required String? customerMobile, required String? color, required OnSuccess<List<UpiAccount>> onSuccess, required OnFailure<Error> onFailure}) → void
manageUpiAccounts({required String? customerMobile, required OnFailure<Error> onFailure}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
register({required Sim sim}) → void
resetUpiPin({required UpiAccount upiAccount, required Card card, required OnSuccess<UpiAccount> onSuccess, required OnFailure<Error> onFailure}) → void
selectedBankAccount({required BankAccount bankAccount}) → void
setupUpiPin({required Card card}) → void
toString() String
A string representation of this object.
inherited

Operators

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