fetchOrgById method
[Future] fetchOrgById(
- [[String] id]
)
This function fetch the organization using the id
passed.
params:
id
: id that identifies a particular org
returns:
Future<dynamic>
: it returns Future of dynamic
Implementation
Future<dynamic> fetchOrgById(String id) async
- talawa
- database_mutation_functions
- DataBaseMutationFunctions
- fetchOrgById method