getMicrosoftAccount method

  1. @override
MicrosoftAccount? getMicrosoftAccount()
override

Gets the Microsoft account.

Returns the Microsoft account if available, otherwise null.

Implementation

@override
MicrosoftAccount? getMicrosoftAccount() {
  return _microsoftAccount;
}