DefaultContentPlugin constructor
DefaultContentPlugin({})
Implementation
DefaultContentPlugin({
required super.provider,
this.useLiveRoute = false,
this.allowRouteRefresh = true,
}) : super(
name: 'vyuh.plugin.content',
title: 'Content Plugin',
);