signInWithCredential method

Future<Response<Credential>> signInWithCredential(
  1. Object credential
)

Signs in the user using a provided credential.

Implementation

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