Hailify class

Constructors

Hailify()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

getCurrentOrderStatus Future<String?>
no setter

Static Methods

enableSandbox(bool isEnableSandbox) → void
initializeDeliveryView(Function callback) → void
initilize(String fleetName, String fleetToken) → void
setCallListener(dynamic callback(String number)) → void
setCompleteListener(Function callback) → void
setDriverId(String driverId) → void
setLocation(double latitude, double longitude, double accuracy) → void
setMaxHeightPercentage(int height) → void
setNavigationListener(dynamic callback(double latitude, double longitude)) → void
setOrderStatusListener(dynamic callback(String orderStatus, String orderId)) → void
showOrderPopup() → void
useSDKLocationEngine(bool useSDKLocationEngine) → void