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