methods\requests_methods\respond_to_requests library
Classes
- RespondToRequestsOptions
- Defines the options for responding to requests.
Functions
-
respondToRequests(
RespondToRequestsOptions options) → Future< void> - Responds to incoming requests by updating the request list locally and notifying the server of the request status. This function is typically used to manage permissions or participation requests in real-time collaboration tools.
Typedefs
-
RespondToRequestsType
= Future<
void> Function(RespondToRequestsOptions options) - Type definition for the respondToRequests function.