CircleApi class

Constructors

CircleApi({required Dio dio})

Properties

dio → Dio
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createCircle(CircleName circleName) Future<MixinResponse<CircleResponse>>
deleteCircle(String id) Future<MixinResponse<void>>
getCircle(String id) Future<MixinResponse<CircleResponse>>
getCircleConversations(String id, {String? offset, int limit = 500}) Future<MixinResponse<List<CircleConversation>>>
getCircles() Future<MixinResponse<List<CircleResponse>>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateCircle(String id, CircleName circleName) Future<MixinResponse<CircleResponse>>
updateCircleConversations(String id, List<CircleConversationRequest> conversationCircleRequests) Future<MixinResponse<List<CircleConversation>>>

Operators

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