ApiService class abstract

Implementers

Constructors

ApiService()

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

appUrls({required String clientId, required String clientSecret}) Future<Response<BaseUrlResponse>>
getMeeting({required String token, required MeetingRequest request}) Future<Response<MeetingData>>
getOutboundMeeting({required String shortCode}) Future<Response<OutboundMeetingResponse>>
getRating({required String token, required RatingRequest request}) Future<Response<RatingData>>
getUpdateStatus({required String token, required UpdateStatusRequest request}) Future<Response<UpdateStatusResponse>>
getUser({required String apiKey, required UserJoinMeetingRequest request}) Future<Response<UserJoinMeetingResponse>>
getWhoAgent({required String token, required WhoAgentRequest request}) Future<Response<WhoIsAgentResponse>>
loginDealer({required String authToken, required String dealerCode, required String password}) Future<Response<DealerLoginResponse>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
redirectUser({required String apiKey, required RedirectUserRequest request}) Future<Response<RedirectUserResponse>>
toString() String
A string representation of this object.
inherited

Operators

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