Tobias class

Constructors

Tobias()

Properties

aliPayVersion Future<String>
AliPay version
no setter
hashCode int
The hash code for this object.
no setterinherited
isAliPayHKInstalled Future<bool>
If the user has installed AliPayHk
no setter
isAliPayInstalled Future<bool>
If the user has installed AliPay
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

auth(String auth) Future<Map>
Auth by AliPay
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pay(String order, {AliPayEvn evn = AliPayEvn.online}) Future<Map>
evn only supports Android due to native AliPaySDK
toString() String
A string representation of this object.
inherited

Operators

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