ParodiaProvider constructor
const
ParodiaProvider({})
Creates a new instance of ParodiaProvider.
The baseUrl
and storeKey
parameters are required to initialize the Parodia service.
The authToken
, providers
, builder
, and child
parameters are optional.
Implementation
const ParodiaProvider({
Key? key,
required this.baseUrl,
required this.storeKey,
this.authToken,
this.providers,
this.builder,
this.child,
}) : super(key: key);