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