utils.dart 67 B

123
  1. int byte2MB(int bytes) {
  2. return (bytes / 1024 / 1024).round();
  3. }