ContentLoader constructor
ContentLoader({
- ContentLoaderConfig? config,
Implementation
ContentLoader({ContentLoaderConfig? config})
: config = config ?? ContentLoaderConfig();
ContentLoader({ContentLoaderConfig? config})
: config = config ?? ContentLoaderConfig();