signInWithMicrosoft method

Future<Response<Credential>> signInWithMicrosoft()

Signs in the user with a Microsoft account.

Implementation

Future<Response<Credential>> signInWithMicrosoft() {
  throw UnimplementedError(
    "Method signInWithMicrosoft() is not yet implemented.",
  );
}