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.
Please use one of the available content plugins or create a custom content plugin to render this content.'''
};