'GetX - Passing Values Across ViewModels

I'm new to Getx & I'm trying to pass three String variables created in FirstViewModel into SecondViewModel how do I achieve this ?

class FirstViewModel extends GetxController with StateMixin<List<PhotoModel>> {...}
class SecondViewModel extends GetxController {...}


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source