GlideGoRF class

Constructors

GlideGoRF()

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

CreateRideInfo() Future<Response?>
DeleteRideInfo() Future<Response?>
GetOnline() Future<Response?>
GetRideInfo() Future<Response?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
Register(String text) Future<Response?>
SetOnline() Future<Response?>
Suspend() Future<Response?>
toString() String
A string representation of this object.
inherited
Unregister() Future<Response?>
UpdateRideInfo() Future<Response?>

Operators

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

Static Properties

Http HttpClientRF
getter/setter pair

Static Methods

GetAvailableDrivers(CoordinateRF coord, double radius) Future<Response>