[mob][photos] format
This commit is contained in:
@@ -3,7 +3,8 @@ import "package:system_info_plus/system_info_plus.dart";
|
||||
/// The total amount of RAM in the device in MB
|
||||
int? deviceTotalRAM;
|
||||
|
||||
bool get enoughRamForLocalIndexing => deviceTotalRAM == null || deviceTotalRAM! >= 5 * 1024;
|
||||
bool get enoughRamForLocalIndexing =>
|
||||
deviceTotalRAM == null || deviceTotalRAM! >= 5 * 1024;
|
||||
|
||||
/// Return the total amount of RAM in the device in MB
|
||||
Future<int?> checkDeviceTotalRAM() async {
|
||||
|
||||
Reference in New Issue
Block a user