menu
device_info_app package
documentation
model/device_info_app_model.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_model
totalRamDevice function
device_info_app_model library