Last updated:
0 purchases
ios physical memory
ios_physical_memory #
A Simple plugin to retrieve Physical Memory for IOS Only.
Usage #
import 'package:ios_physical_memory/ios_physical_memory.dart';
String? physicalMemory = await IosPhysicalMemory.physicalMemory;
String? freeAvailableMemory = await IosPhysicalMemory.availableFreeMemory;
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.