defineNetlifyFetch function
Installs the Netlify Fetch bootstrap function.
Implementation
void defineNetlifyFetch(Object engine) {
defineFetchExport(
'Netlify',
engine as Engine,
capabilities: netlifyCapabilities,
);
}
Installs the Netlify Fetch bootstrap function.
void defineNetlifyFetch(Object engine) {
defineFetchExport(
'Netlify',
engine as Engine,
capabilities: netlifyCapabilities,
);
}