formatBytes method

String formatBytes(
  1. int bytes
)

Implementation

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