Calling Functions
Learn how to call custom functions in the SDK.
"Call Function" Action





Functions Field

Last updated
Learn how to call custom functions in the SDK.






Last updated
CodelesslyWidget(
functions: {
'expandForecastPage': CodelesslyFunction((context, ref, params) {...}),
}
);