restructure abstract method

Future<String> restructure(
  1. String content,
  2. FormatConfig format,
  3. RuntimeProfileContext context
)

Restructure content format.

Implementation

Future<String> restructure(
  String content,
  FormatConfig format,
  RuntimeProfileContext context,
);