menu
device_info_app package
documentation
model/device_info_app.dart
totalRamDevice function
totalRamDevice function
dark_mode
light_mode
totalRamDevice
function
int
totalRamDevice
(
int
physicalRamSize
)
Implementation
int totalRamDevice(int physicalRamSize) => roundDouble(physicalRamSize / 1024, 1);
device_info_app package
documentation
model/device_info_app
totalRamDevice function
device_info_app library