FutureOr<int> get kiloBytes async { final numBytes = (await getBytesAsync())?.length ?? 0; return numBytes ~/ 1024; }