Skip to main content

fetchOrgById method

[Future] fetchOrgById(

  1. [[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 
  1. talawa
  2. database_mutation_functions
  3. DataBaseMutationFunctions
  4. fetchOrgById method
DataBaseMutationFunctions class