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