Returns total physical RAM in bytes.
Future<int> getTotalRam() async { return await _channel.invokeMethod('info.getTotalRam') ?? 0; }