Avi class

Avi

Constructors

Avi(BuildContext context)

Properties

context BuildContext
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

cancelTrip(AviTrip aviTrip) Future<bool>
getCurrentTrip() Future<AviTrip?>
getPlace(double latitude, double longitude) Future<AviPlace?>
getQuote(AviTrip aviTrip) Future<AviQuote?>
getSession() Future<AviUser?>
init(String appKey, String secret, bool sandbox, String googleApiKey) Future<void>
login(AviUser aviUser) Future<AviUser?>
logout() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestTrip(AviTrip aviTrip) Future<AviTrip?>
setVehicle(AviVehicle aviVehicle) Future<AviVehicle?>
showMainWidget() → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

kColorBackground Color
final
kColorPrimary Color
final
shared Avi?
getter/setter pair