format abstract method
Future<FormattedResponse>
format(
- String content,
- ExpressionStyle style,
- RuntimeProfileContext context
Format content according to style.
Implementation
Future<FormattedResponse> format(
String content,
ExpressionStyle style,
RuntimeProfileContext context,
);