formatCode function

String formatCode(
  1. String code
)

Implementation

String formatCode(String code) {
  return DartFormatter().format(code);
}