MobilePosPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- MobilePosPlatform
- Implementers
Constructors
- MobilePosPlatform()
- Constructs a MobilePosPlatform.
Properties
- channelStreamController ↔ StreamController?
-
getter/setter pair
- config ↔ BankBoxConfig?
-
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
-
cancelOnPinEntry(
) → Future< void> -
chargeCard(
BuildContext context, {required double amount, required String accountType, required ConnectivityType connectivityType, String? pin}) → Future< String?> -
closeRavenPay(
BuildContext context) → Future< void> -
connectBluetooth(
BluetoothModel model) → Future< void> -
disconnectBluetoothDevice(
) → Future< void> -
disconnectDevice(
) → Future< void> -
getPlatformVersion(
) → Future< String?> -
initLocationStatus(
) → Future -
initMethodChannel(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onPinRequest(
String pin) → Future< void> -
scanForMPosDevice(
) → Future< void> -
setConfig(
BankBoxConfig config) → void -
startRavenPay(
BuildContext context) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ MobilePosPlatform
-
The default instance of MobilePosPlatform to use.
getter/setter pair