APICall class
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>
-