Queries class
<p>This class returns some queries for the application.</p>
Constructors
Queries ()
Properties
fetchJoinInOrg → String
<span class="feature">read-only</span>
fetchJoinInOrgByName → String
<span class="feature">read-only</span>
fetchUserInfo ↔ String
<span class="feature">read / write</span>
hashCode → int
The hash code for this object.
<span class="feature">read-only</span><span class="feature">inherited</span>
runtimeType → Type
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>