APICall class

Constructors

APICall()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeOutSecond int
getter/setter pair

Methods

closeSession(String authCode, String amountCharged, String sessionId, String volume, String volumeMeasure) Future<Response>
getDongle(String authCode, String nfcDeviceName) Future<Response>
getNearbyPumps(String authCode) Future<Response>
loginApp() Future<Response>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
payPump(String authCode, String volume, String volumeMeasure, String amount, String amountCurrency, String pumpId) Future<Response>
reportProblem(String authCode, String sessionId, String deviceId, String stationId, String problem, String description) Future<Response>
reviewStation(String stationId, String authCode, String stars, String title, String details, String reviewPoint0, String reviewPointType0, String reviewPoint1, String reviewPointType1) Future<Response>
toString() String
A string representation of this object.
inherited
updatePumpStatus(String authCode, String pumpId, String status) Future<Response>
updateSession(String authCode, String sessionId, String sessionOutput, String status) Future<Response>

Operators

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