formatBytes method

String formatBytes(
  1. int bytes
)

Implementation

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