corsOptions constant
CorsOptions
const corsOptions
Implementation
static const corsOptions = const CorsOptions(
allowAllOrigins: true,
allowAllHeaders: true,
allowAllMethods: true
);