getParams()

/**
 * @return array<int, array<int, mixed>>
 *
 * This method is used to get the params of the green threads.
 */
public static function getParams(): array;

This is the static method used to get all the parameters put into the function that the flows are running.

Last updated