79183825

Date: 2024-11-13 07:44:21
Score: 1
Natty:
Report link
Future<void> checkSizeWeb(XFile file) async {
  // Read the file as bytes asynchronously
  final bytes = await file.readAsBytes();
}

I used readAsBytes() instead of readAsBytesSync(). and changed from a File to an XFile

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Max Anders