signInWithFacebook method

Future<Response<Credential>> signInWithFacebook()

Signs in the user with a Facebook account.

Implementation

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