getMicrosoftAccount method
Gets the Microsoft account.
Returns the Microsoft account if available, otherwise null.
Implementation
@override
MicrosoftAccount? getMicrosoftAccount() {
return _microsoftAccount;
}
Gets the Microsoft account.
Returns the Microsoft account if available, otherwise null.
@override
MicrosoftAccount? getMicrosoftAccount() {
return _microsoftAccount;
}