availableMB property

int get availableMB

Available storage in MB

Implementation

int get availableMB => availableBytes ~/ 1000000;