static Future<bool> verifyNumericCode(String email, String code) { return Auth.verifyNumericCode(email, code); }