Returns the file size in bytes.
Future<int> get size async { final b = await bytes; return b.length; }