messages top-level property

Map<String, String Function(String _)> messages
final

Implementation

final messages = {
  'title': (_) => 'No Content Plugin',
  'error': (String arg) => '''
No content plugin configured to render $arg.

You have three options:
1. Configure one of the default ContentPlugin-s to render this content.
2. Create a custom ContentPlugin to render this content.
3. Configure a custom GoRoute to handle this path.
''',
};