You are working on a Flutter project using MobX for state management. Currently:
SignInControlleris the source of truth and exposes observable states and actions toSignInPage.SignInPagebinds directly to MobX's@observable,@computed, and@actionannotations for its UI updates and logic.