formatBytes method

String formatBytes(
  1. int bytes
)

Implementation

String formatBytes(int bytes) => ChuckConversionHelper.formatBytes(bytes);