ApiServiceImpl class

Implemented types
Annotations
  • @Injectable.new(as: ApiService)

Constructors

ApiServiceImpl(@Named.new('AppUrlsClient') Dio _appUrlsClient, @Named.new('LoginClient') Dio _loginClient, @Named.new('UserClient') Dio _userClient, @Named.new('MainClient') Dio _mainClient, @Named.new('WhoAgentClient') Dio _whoAgentClient)

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

Operators

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