UnikLibFlutter 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
-
getCardInfo(List<String> cardUid, List<String> cardNumber, List<String> balance, List<String> bankName, {List<String?>? cardAttr, List<String?>? cardInfo, List<String?>? rrn, bool? startPooling, List<String?>? beforeBalance, dynamic callbackTimeout(bool)?, dynamic errorNfc(bool)?})
→ Future<bool>
-
get card info
-
getDecrypt(String encryptedText)
→ Future<String>
-
-
getEncrypt(String plainText)
→ Future<String>
-
-
getHistory(List<String> history)
→ Future<bool>
-
-
initUnikLib(String mid, int env)
→ Future<bool>
-
init unik library
-
setIosMessage(String message)
→ Future<void>
-
-
stopReader({String messageError = "", String messageSuccess = ""})
→ Future<void>
-
-
updateBalance(List<String> status, List<String> cardNumber, List<String> balance, List<String> bankName, List<String> beforeBalance, String email, String phoneNumber, {dynamic callbackState(String)?, dynamic callbackTimeout(bool)?, dynamic errorNfc(bool)?})
→ Future<bool>
-