Skip to main content

Queries class

<p>This class returns some queries for the application.</p>

Constructors

Queries ()

Properties

fetchJoinInOrgString

<span class="feature">read-only</span>

fetchJoinInOrgByNameString

<span class="feature">read-only</span>

fetchUserInfoString

<span class="feature">read / write</span>

hashCodeint

The hash code for this object.
<span class="feature">read-only</span><span class="feature">inherited</span>

runtimeTypeType

A representation of the runtime type of the object.
<span class="feature">read-only</span><span class="feature">inherited</span>

Methods

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

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

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

<code>getPluginList</code> 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.
<span class="feature">inherited</span>

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.
<span class="feature">inherited</span>

updateLanguage(String languageCode) String
userLanguage() String

Operators

operator ==(Object other) bool

The equality operator.
<span class="feature">inherited</span>