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