format method

Future<void> format()

Format the code (dart format)

Implementation

Future<void> format() => _format(fix: true);