BillpocketPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- BillpocketPlatform
- Implementers
Constructors
- BillpocketPlatform.new()
- Constructs a FlutterBillpocketPlatform.
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
-
config(
{required bool isProduction, required String token}) → Future< void> -
connectReader(
{required int readerType, required String readerMacAddress, required String name}) → Future< bool> -
continueWithMsi(
{required double commission, required int installments, required double minAmount}) → Future< void> -
doTransaction(
{required String amount, required String tip, required double latitude, required double longitude, required String description}) → Future< void> -
getLogs(
) → Future< String> -
getReaderList(
) → Future< List< Reader> > -
getStatusSDK(
) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
transactionStream(
) → Stream< Map>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ BillpocketPlatform
-
The default instance of BillpocketPlatform to use.
getter/setter pair