Skip to main content

Queries class

This class returns some queries for the application.

Constructors

Queries ()

Properties

fetchJoinInOrgString

read-only

fetchJoinInOrgByNameString

read-only

fetchUserInfoString

read / write

hashCodeint

The hash code for this object.
read-onlyinherited

runtimeTypeType

A representation of the runtime type of the object.
read-onlyinherited

Methods

createDonation(String userId, String orgId, String nameOfOrg, String nameOfUser, String payPalId, double amount) String

createDonation creates a new donation transaction by taking the userId ,orgId ,nameOfOrg ,nameOfUser as parameters

fetchOrgById(String orgId) String
fetchOrgDetailsById(String orgId) String
getPluginsList() String

getPluginList queries all properties of pluginList from the server

joinOrgById(String orgId) String
loginUser(String email, String password) String
logout() String
newUserLanguage(String userId) String
noSuchMethod(Invocation invocation) dynamic

Invoked when a non-existent method or property is accessed.
inherited

refreshToken(String refreshToken) String
registerUser(String firstName, String lastName, String email, String password) String
saveFcmToken(String? token) String
sendMembershipRequest(String orgId) String
toString() String

A string representation of this object.
inherited

updateLanguage(String languageCode) String
userLanguage() String

Operators

operator ==(Object other) bool

The equality operator.
inherited