getCallbackConfirmationCode<T> method

Future<ApiResponse<T>> getCallbackConfirmationCode<T>(
  1. Map<String, Object> params
)

Returns Callback API confirmation code for the community.

Implementation

Future<ApiResponse<T>> getCallbackConfirmationCode<T>(
  Map<String, Object> params,
) =>
    _api.request<T>('groups.getCallbackConfirmationCode', params);