buildFormatOutput function

String buildFormatOutput(
  1. String typeId
)

This function does nothing

Implementation

String buildFormatOutput(String typeId) => '''
/// Generated file by KareeInjectableGenerator
/// Start of Injectable

$typeId

/// End of Injectable
''';