formatBytes method

Future<String> formatBytes(
  1. int bytes
)

Format bytes to human-readable string

Implementation

Future<String> formatBytes(int bytes) {
  throw UnimplementedError('formatBytes() has not been implemented.');
}