signInWithMicrosoft method
Signs in the user with a Microsoft account.
Implementation
Future<Response<Credential>> signInWithMicrosoft() {
throw UnimplementedError(
"Method signInWithMicrosoft() is not yet implemented.",
);
}
Signs in the user with a Microsoft account.
Future<Response<Credential>> signInWithMicrosoft() {
throw UnimplementedError(
"Method signInWithMicrosoft() is not yet implemented.",
);
}