signInWithCredential method
Signs in the user using a provided credential.
Implementation
Future<Response<Credential>> signInWithCredential(
Object credential,
) {
throw UnimplementedError(
"Method signInWithCredential() is not yet implemented.",
);
}