currentRssBytes function

int? currentRssBytes()

Current resident set size in bytes. Always null on platforms without dart:io (e.g. web).

Implementation

int? currentRssBytes() => null;