getCallbackConfirmationCode<T> method
Returns Callback API confirmation code for the community.
Implementation
Future<ApiResponse<T>> getCallbackConfirmationCode<T>(
Map<String, Object> params,
) =>
_api.request<T>('groups.getCallbackConfirmationCode', params);