menu
contentful_api package
documentation
helpers/contentful_helper.dart
ContentfulHelper
formatContent static method
formatContent static method
dark_mode
light_mode
formatContent
static method
String
formatContent
(
String
value
)
Implementation
static String formatContent(String value) => value.replaceAll('{{requirements}}', '');
contentful_api package
documentation
helpers/contentful_helper
ContentfulHelper
formatContent static method
ContentfulHelper class