FunctionService class

Constructors

FunctionService.new(ARMOYUServices service)

Properties

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

Methods

adduserAccount(String username, String userpass) Future<LoginResponse>
////////Fonksiyonlar Başlangıcı
fetchUserInfo({required int userID}) Future<User?>
forgotpassword(String username, String useremail, String userresettype) Future<ServiceResult>
forgotpassworddone(String username, String useremail, String securitycode, String password, String repassword) Future<ServiceResult>
generateMd5(String input) String
getappdetail() Future<ServiceResult>
getchats(int page) Future<ChatListResponse>
getnewchatfriendlist(int page) Future<ChatNewListResponse>
getnotifications(String kategori, String kategoridetay, int page) Future<NotificationListResponse>
getplayerpop(int page) Future<PlayerPopResponse>
getplayerxp(int page) Future<PlayerPopResponse>
getprofilePosts(int page, int userID, String category) Future<PostFetchListResponse>
login(String username, String password) Future<LoginResponse>
logOut(int userID) Future<Map<String, dynamic>>
lookProfile(int userID) Future<LookProfileResponse>
lookProfilewithusername(String username) Future<LookProfilewithUsernameResponse>
myGroups() Future<APIMyGroupListResponse>
mySchools() Future<APIMySchoolListResponse>
myStations() Future<ServiceResult>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
register(String username, String name, String lastname, String email, String password, String rpassword, String inviteCode) Future<RegisterResponse>
sendchatmessage(int userID, String message, String type) Future<ServiceResult>
toString() String
A string representation of this object.
inherited

Operators

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