@override Future<int?> getTotalRam() async { return await methodChannel.invokeMethod<int>('getTotalRam'); }